Subversion Repositories ExamClock

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 ron.wellst 1
; Script generated by the Inno Script Studio Wizard.
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
 
4
#define MyAppName "ExamClock"
5
#define MyAppVersion "2.0.0"
6
#define MyAppPublisher "Ron M0RNW"
7
#define MyAppURL "http://www.m0rnw.uk"
8
#define MyAppExeName "ExamClock.exe"
9
 
10
[Setup]
11
; NOTE: The value of AppId uniquely identifies this application.
12
; Do not use the same AppId value in installers for other applications.
13
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
14
AppId={{21F3328C-DD1F-441E-A3D3-2E3D3D08FCEC}
15
AppName={#MyAppName}
16
AppVersion={#MyAppVersion}
17
;AppVerName={#MyAppName} {#MyAppVersion}
18
AppPublisher={#MyAppPublisher}
19
AppPublisherURL={#MyAppURL}
20
AppSupportURL={#MyAppURL}
21
AppUpdatesURL={#MyAppURL}
22
DefaultDirName={pf}\{#MyAppName}
23
DefaultGroupName=Exam Clock
24
LicenseFile=C:\Users\Ron.Wellsted.GSPC-01\Projects\ExamClock\COPYING.txt
25
OutputDir=C:\Users\Ron.Wellsted.GSPC-01\Projects\ExamClock\install
26
OutputBaseFilename=setup
27
SetupIconFile=C:\Users\Ron.Wellsted.GSPC-01\Projects\ExamClock\ExamClock.ico
28
Compression=lzma
29
SolidCompression=yes
30
 
31
[Languages]
32
Name: "english"; MessagesFile: "compiler:Default.isl"
33
 
34
[Tasks]
35
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
36
 
37
[Files]
38
Source: "C:\Users\Ron.Wellsted.GSPC-01\Projects\ExamClock\ExamClock.exe"; DestDir: "{app}"; Flags: ignoreversion
39
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
40
 
41
[Icons]
42
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
43
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
44
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
45
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
46
 
47
[Run]
48
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent