File size: 1,031 Bytes
4764dfc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[Setup]
; The name of your app
AppName=WorkOnExcelRohitJianPro
AppVersion=1.0
; The default folder name on the client machine
DefaultDirName={autopf}\windowexework
DefaultGroupName=windowexework
; Where the final installer file will be saved
OutputDir=D:\projects\python\workonexcel\Output
OutputBaseFilename=WorkOnExcelRohitJianPro_Setup
; Ensures it asks for Admin rights to create folders in Program Files
PrivilegesRequired=admin
Compression=lzma
SolidCompression=yes

[Files]
; Point this to your .exe in the 'dist' folder
Source: "D:\projects\python\workonexcel\dist\WorkOnExcelRohitJianPro.exe"; DestDir: "{app}"; Flags: ignoreversion

[Dirs]
; This creates the extra folders you wanted inside 'windowexework'
Name: "{app}\logs"
Name: "{app}\config"
Name: "{app}\database"

[Icons]
; Creates a Start Menu shortcut
Name: "{group}\WorkOnExcelRohitJianPro"; Filename: "{app}\WorkOnExcelRohitJianPro.exe"
; Creates a Desktop shortcut
Name: "{commondesktop}\WorkOnExcelRohitJianPro"; Filename: "{app}\WorkOnExcelRohitJianPro.exe"