-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.iss
More file actions
24 lines (21 loc) · 756 Bytes
/
package.iss
File metadata and controls
24 lines (21 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[Setup]
AppName=PyKryptor
AppVersion=2.3
AppPublisher=Commonwealthrocks
DefaultDirName={autopf}\PyKryptor
DefaultGroupName=PyKryptor
OutputDir=.
OutputBaseFilename=installer_pykryptor_windows_x64_2.3
Compression=lzma2/ultra64
SolidCompression=yes
UninstallDisplayIcon={app}\gui.exe
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
[Files]
Source: "gui.dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
[Icons]
Name: "{group}\PyKryptor"; Filename: "{app}\gui.exe"
Name: "{group}\Uninstall PyKryptor"; Filename: "{uninstallexe}"
Name: "{autodesktop}\PyKryptor"; Filename: "{app}\gui.exe"; Tasks: desktopicon
[Tasks]
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"