-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathwin32-installer.iss
More file actions
executable file
·40 lines (33 loc) · 1.45 KB
/
Copy pathwin32-installer.iss
File metadata and controls
executable file
·40 lines (33 loc) · 1.45 KB
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
31
32
33
34
35
36
37
38
39
40
; Inno install packager
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{02032A04-CEBD-4E65-9433-A700D205AC32}
AppName=Zoxel
#define VERSION "0.4.5"
AppVersion={#VERSION}
AppPublisher=Graham R King
AppPublisherURL=http://zoxel.blogspot.co.uk
AppSupportURL=http://zoxel.blogspot.co.uk
AppUpdatesURL=http://zoxel.blogspot.co.uk
DefaultDirName={pf}\Zoxel
DefaultGroupName=Zoxel
OutputDir=C:\Source\zoxel\install
OutputBaseFilename=zoxel-v{#VERSION}
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "C:\Source\zoxel\dist\zoxel.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Source\zoxel\dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\Zoxel"; Filename: "{app}\zoxel.exe"
Name: "{group}\{cm:UninstallProgram,Zoxel}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\Zoxel"; Filename: "{app}\zoxel.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\zoxel.exe"; Description: "{cm:LaunchProgram,Zoxel}"; Flags: nowait postinstall skipifsilent