-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.iss
More file actions
41 lines (32 loc) · 1.61 KB
/
setup.iss
File metadata and controls
41 lines (32 loc) · 1.61 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
; Script generated by the Inno Setup Script 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={{119E2FCB-5CDD-4C24-BCB2-56A824E2BF0A}
AppName=Manic Digger
AppVerName=Manic Digger
AppPublisherURL=http://www.manicdigger.sourceforge.net/
AppSupportURL=http://www.manicdigger.sourceforge.net/
AppUpdatesURL=http://www.manicdigger.sourceforge.net/
DefaultDirName={pf}\Manic Digger
DefaultGroupName=Manic Digger
AllowNoIcons=yes
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
OutputDir=output2
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "output\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\{cm:UninstallProgram,Manic Digger}"; Filename: "{uninstallexe}"
Name: "{group}\Manic Digger"; Filename: "{app}\Start.exe"
[Registry]
Root: HKCR; Subkey: ".mdlink"; ValueType: string; ValueName: ""; ValueData: "ManicDigger"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "ManicDigger"; ValueType: string; ValueName: ""; ValueData: "Manic Digger multiplayer link"; Flags: uninsdeletekey
Root: HKCR; Subkey: "ManicDigger\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\start.EXE,0"
Root: HKCR; Subkey: "ManicDigger\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\start.EXE"" ""%1"""