-
Notifications
You must be signed in to change notification settings - Fork 24
/
VBoxHeadlessTray.iss
53 lines (44 loc) · 1.95 KB
/
VBoxHeadlessTray.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
52
53
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "VBoxHeadlessTray"
#define MyAppVersion "6.1.0"
#define MyAppPublisher "Topten Software"
#define MyAppURL "http://www.toptensoftware.com/VBoxHeadlessTray"
#define MyAppExeName "VBoxHeadlessTray.exe"
#define InstallDir "{pf}\Topten Software\VBoxHeadlessTray"
#define SourceDir ".\VBoxHeadlessTray"
[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={{d13630aa-97df-11e5-8994-feff819cdc9f}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={#InstallDir}
DisableDirPage=yes
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
OutputBaseFilename=VBoxHeadlessTray610Setup
OutputDir=.
Compression=lzma
SolidCompression=yes
UninstallDisplayIcon={app}\{#MyAppExeName}
UninstallDisplayName={#MyAppName}
MinVersion=0,5.1.2600sp3
ArchitecturesInstallIn64BitMode=x64
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "{#SourceDir}\Win32\Release\VBoxHeadlessTray.exe"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode
Source: "{#SourceDir}\x64\Release\VBoxHeadlessTray64.exe"; DestDir: "{app}"; DestName: "VBoxHeadlessTray.exe"; Flags: ignoreversion; Check: Is64BitInstallMode
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
[UninstallRun]
[Messages]
WelcomeLabel2=This will install [name/ver] on your computer.%n%nBy continuing you are agreeing to the license agreement.