Switch to unified view

a/windows/innosetup/upplay-setup.iss b/windows/innosetup/upplay-setup.iss
1
; Script generated by the Inno Setup Script Wizard.
1
; Script generated by the Inno Setup Script Wizard.
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
#define MyAppName "Upplay"
4
#define MyAppName "Upplay"
5
#define MyAppVersion "1.2.3-w1"
5
#define MyAppVersion "1.2.5pre1-w1"
6
#define MyAppPublisher "J.F. Dockes"
6
#define MyAppPublisher "J.F. Dockes"
7
#define MyAppURL "http://www.lesbonscomptes.com/upplay"
7
#define MyAppURL "http://www.lesbonscomptes.com/upplay"
8
#define MyAppExeName "upplay.exe"
8
#define MyAppExeName "upplay.exe"
9
9
10
[Setup]
10
[Setup]
...
...
25
OutputDir=C:\Temp
25
OutputDir=C:\Temp
26
OutputBaseFilename=upplaysetup-{#MyAppVersion}
26
OutputBaseFilename=upplaysetup-{#MyAppVersion}
27
SetupIconFile=C:\install\upplay\upplay.ico
27
SetupIconFile=C:\install\upplay\upplay.ico
28
Compression=lzma
28
Compression=lzma
29
SolidCompression=yes
29
SolidCompression=yes
30
PrivilegesRequired=lowest
30
31
31
[Languages]
32
[Languages]
32
Name: "english"; MessagesFile: "compiler:Default.isl"
33
Name: "english"; MessagesFile: "compiler:Default.isl"
33
34
34
[Tasks]
35
[Tasks]