-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.iss
36 lines (31 loc) · 1.7 KB
/
setup.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
; Script generated by the Inno Script Studio Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[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={{8E361029-9398-4236-B388-00D4C4D2F1D1}
AppName=Deep Space Trader
AppVersion=1.3.1
;AppVerName=Deep Space Trader 1.3.1
AppPublisher=Erik Nyquist
AppPublisherURL=http://www.ekn.io
AppSupportURL=http://www.ekn.io
AppUpdatesURL=http://www.ekn.io
DefaultDirName={pf}\Deep Space Trader
DefaultGroupName=Deep Space Trader
OutputBaseFilename=deep-space-trader-1.3.1
SetupIconFile=C:\Users\Gamer\deep_space_trader\deep_space_trader\images\icon.ico
Compression=lzma
SolidCompression=yes
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "C:\Users\Gamer\deep_space_trader\dist\Deep Space Trader\Deep Space Trader.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Gamer\deep_space_trader\dist\Deep Space Trader\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\Deep Space Trader"; Filename: "{app}\Deep Space Trader.exe"; IconFilename: {app}\images\icon.ico
Name: "{commondesktop}\Deep Space Trader"; Filename: "{app}\Deep Space Trader.exe"; IconFilename: {app}\images\icon.ico; Tasks: desktopicon
[Run]
Filename: "{app}\Deep Space Trader.exe"; Description: "{cm:LaunchProgram,Deep Space Trader}"; Flags: nowait postinstall skipifsilent