Blame | Last modification | View Log | RSS feed
; Script generated by the Inno Setup Script Wizard.; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!#define MyAppName "ExamClock"#define MyAppVersion "2.1.0"#define MyAppPublisher "M0RNW - Ron Wellsted"#define MyAppURL "http://m0rnw.uk"#define MyAppExeName "ExamClock.exe"[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={{077A59BC-1E2B-473B-BD08-33767B20A5D6}AppName={#MyAppName}AppVersion={#MyAppVersion};AppVerName={#MyAppName} {#MyAppVersion}AppPublisher={#MyAppPublisher}AppPublisherURL={#MyAppURL}AppSupportURL={#MyAppURL}AppUpdatesURL={#MyAppURL}DefaultDirName={autopf}\{#MyAppName}DisableProgramGroupPage=yesLicenseFile=C:\Users\Ron.Wellsted\Projects\ExamClock\COPYRIGHT.txt; Uncomment the following line to run in non administrative install mode (install for current user only.);PrivilegesRequired=lowestPrivilegesRequiredOverridesAllowed=dialogOutputDir=C:\Users\Ron.Wellsted\Projects\ExamClock\installOutputBaseFilename=mysetupSetupIconFile=C:\Users\Ron.Wellsted\Projects\ExamClock\ExamClock.icoCompression=lzmaSolidCompression=yesWizardStyle=modern[Languages]Name: "english"; MessagesFile: "compiler:Default.isl"[Tasks]Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked[Files]Source: "C:\Users\Ron.Wellsted\Projects\ExamClock\ExamClock.exe"; DestDir: "{app}"; Flags: ignoreversionSource: "C:\Users\Ron.Wellsted\Projects\ExamClock\COPYING.txt"; DestDir: "{app}"; Flags: ignoreversionSource: "C:\Users\Ron.Wellsted\Projects\ExamClock\COPYRIGHT.txt"; DestDir: "{app}"; Flags: ignoreversion; NOTE: Don't use "Flags: ignoreversion" on any shared system files[Icons]Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon[Run]Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent