forked from braams/shtoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shtoom.iss
executable file
·44 lines (36 loc) · 2.03 KB
/
shtoom.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
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppName=Shtoom
AppVerName=Shtoom 0.2
AppPublisher=Anthony Baxter
AppPublisherURL=http://shtoom.divmod.org/
AppSupportURL=http://shtoom.divmod.org/
AppUpdatesURL=http://shtoom.divmod.org/
DefaultDirName={pf}\Shtoom
DefaultGroupName=Shtoom
AllowNoIcons=yes
LicenseFile=D:\Projects\shtoom\cur\LICENSE
InfoBeforeFile=D:\Projects\shtoom\cur\README.txt
InfoAfterFile=D:\Projects\shtoom\cur\README.txt
[Tasks]
; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Flags: unchecked
[Files]
Source: "D:\Projects\shtoom\cur\dist\shtoom.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\Projects\shtoom\cur\dist\*.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[INI]
Filename: "{app}\shtoom.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://shtoom.divmod.org/"
[Icons]
Name: "{group}\Shtoom"; Filename: "{app}\shtoom.exe"
; NOTE: The following entry contains an English phrase ("on the Web"). You are free to translate it into another language if required.
Name: "{group}\Shtoom on the Web"; Filename: "{app}\shtoom.url"
; NOTE: The following entry contains an English phrase ("Uninstall"). You are free to translate it into another language if required.
Name: "{group}\Uninstall Shtoom"; Filename: "{uninstallexe}"
Name: "{userdesktop}\Shtoom"; Filename: "{app}\shtoom.exe"; Tasks: desktopicon
[Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
Filename: "{app}\shtoom.exe"; Description: "Launch Shtoom"; Flags: nowait postinstall skipifsilent
[UninstallDelete]
Type: files; Name: "{app}\shtoom.url"