-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeltaSetup.iss
47 lines (39 loc) · 1.54 KB
/
DeltaSetup.iss
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
41
42
43
44
45
46
; Script generated by the Inno Setup Script Wizard.
#define AppName "Delta"
#define AppVersion "0.0.0"
#define AppPublisher "Project: Delta"
#define AppUrl "https://deltaproject.github.io"
#define AppExecutable "Delta.exe"
[Setup]
AppId={{B5D21F9C-9887-4E2E-9699-5EE1DC0F1C28}
AppName={#AppName}
AppVersion={#AppVersion}
AppPublisher={#AppPublisher}
AppPublisherURL={#AppUrl}
AppSupportURL={#AppUrl}
AppUpdatesURL={#AppUrl}
DefaultDirName={localappdata}\{#AppName}
DisableDirPage=yes
DefaultGroupName={#AppName}
DisableProgramGroupPage=yes
OutputDir=output
OutputBaseFilename=Delta-v{#AppVersion}-windows
SetupIconFile=input\resources\app\img\icons\icon@64px.ico
Compression=lzma
SolidCompression=yes
PrivilegesRequired=lowest
DisableWelcomePage=no
LicenseFile=input\resources\app\LICENSE
UninstallDisplayName={#AppName}
UninstallDisplayIcon={app}\resources\app\img\icons\icon@64px.ico
[Languages]
Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"
[Files]
Source: "input\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
[Icons]
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppExecutable}"; IconFilename: "{app}\resources\app\img\icons\icon@64px.ico"
Name: "{commondesktop}\{#AppName}"; Filename: "{app}\{#AppExecutable}"; IconFilename: "{app}\resources\app\img\icons\icon@64px.ico"; Tasks: desktopicon
[Run]
Filename: "{app}\{#AppExecutable}"; Description: "{cm:LaunchProgram,{#StringChange(AppName, '&', '&&')}}"; Flags: nowait postinstall