This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
installer.iss
58 lines (52 loc) · 3.36 KB
/
installer.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
54
55
56
57
58
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "tvhgooglemapi"
#include "version.iss"
#define MyAppPublisher "TVH Corporate services NV"
#define MyAppURL "http://code.google.com/p/tvhgooglemapi/"
[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={{4E637CBF-B2AD-4CA1-AE0E-9445449380CB}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
; AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
LicenseFile=LICENSE-2.0.txt
OutputDir=installer
OutputBaseFilename=tvhgooglemapisetup-{#MyAppVersion}
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "tvhgooglemapi\Release\tvhgooglemapi.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "tvhgooglemapi\Release\tvhgooglemapi.exp"; DestDir: "{app}"; Flags: ignoreversion
Source: "tvhgooglemapi\Release\tvhgooglemapi.lib"; DestDir: "{app}"; Flags: ignoreversion
Source: "dist\gmaildrafter.jar"; DestDir: "{app}"; Flags: ignoreversion
Source: "LICENSE-2.0.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "readme.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "dist\lib\*"; DestDir: "{app}\lib"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "version.iss"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
[Registry]
Root: HKCU; Subkey: "Software\Clients\Mail"; ValueType: string; ValueData: "tvhgooglemapi"; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: "Software\Clients\Mail"; ValueType: string; ValueData: "tvhgooglemapi"; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: "Software\Clients\Mail\tvhgooglemapi"; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Clients\Mail\tvhgooglemapi"; ValueType: string; ValueData: "tvhgooglemapi"; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Clients\Mail\tvhgooglemapi"; ValueName: "DLLPath"; ValueData: "{app}\tvhgooglemapi.dll"; ValueType: string; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPI"; ValueData: "1"; ValueType: string;
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "CMC"; ValueData: "1"; ValueType: string;
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME"; ValueData: "Mapi.dll"; ValueType: string;
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME32"; ValueData: "Mapi32.dll"; ValueType: string;
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIX"; ValueData: "1"; ValueType: string;
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIXVER"; ValueData: "1"; ValueType: string;
Root: HKLM; Subkey: "Software\Microsoft\Windows Messaging Subsystem"; ValueName: "OLEMessaging"; ValueData: "1"; ValueType: string;