-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinno-script-x64.iss
51 lines (44 loc) · 2.11 KB
/
inno-script-x64.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
47
48
49
50
51
; 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={{73A0ED3B-FAC7-4202-B0A0-087DF56C8F69}
AppName=RestEdit
AppVersion=1.0.0
;AppVerName=RestEdit 1.0.0
AppPublisher=Itaapy
AppPublisherURL=http://www.itaapy.com
AppSupportURL=http://www.itaapy.com
AppUpdatesURL=http://www.itaapy.com
ChangesAssociations=yes
DefaultDirName={pf}\RestEdit
DefaultGroupName=RestEdit
DisableProgramGroupPage=yes
LicenseFile=LICENSE.txt
InfoAfterFile=README-WIN.txt
OutputDir=.\bin
OutputBaseFilename=RestEdit-x64-setup
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "dist\restedit.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\RestEdit"; Filename: "{app}\restedit.exe"
Name: "{group}\{cm:UninstallProgram,RestEdit}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\RestEdit"; Filename: "{app}\restedit.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\vcredist_x64.exe"; StatusMsg: "Installing dependancy, ...";
Filename: "{app}\restedit.exe"; Description: "{cm:LaunchProgram,RestEdit}"; Flags: nowait postinstall skipifsilent
[Registry]
Root: HKCR; Subkey: ".restedit"; ValueType: string; ValueName: ""; ValueData: "Restedit"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "Restedit"; ValueType: string; ValueName: ""; ValueData: "Restedit"; Flags: uninsdeletekey
;Root: HKCR; Subkey: "Restedit\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\restedit.exe,0"
Root: HKCR; Subkey: "Restedit\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\restedit"" ""%1"""