-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.iss
48 lines (41 loc) · 2.23 KB
/
setup.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
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[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={{1114CD5D-4221-49DD-893E-060F1C69CC70}
AppName=uTorrent Notifier
AppVerName=uTorrent Notifier
AppPublisher=Eric Holmes
AppPublisherURL=http://ejholmes.github.com/uTorrent-Notifier/
AppSupportURL=http://ejholmes.github.com/uTorrent-Notifier/
AppUpdatesURL=http://ejholmes.github.com/uTorrent-Notifier/
DefaultDirName={pf}\uTorrent Notifier
DefaultGroupName=uTorrent Notifier
InfoBeforeFile=Changelog
AllowNoIcons=yes
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "bin\Release\uTorrent Notifier.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\Newtonsoft.Json.Net20.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\Newtonsoft.Json.Net20.pdb"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\Newtonsoft.Json.Net20.xml"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\uTorrent Notifier.exe.config"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\uTorrent Notifier.pdb"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\LinqBridge.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\Growl.Connector.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\Growl.CoreLibrary.dll"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\uTorrent Notifier"; Filename: "{app}\uTorrent Notifier.exe"
Name: "{group}\{cm:UninstallProgram,uTorrent Notifier}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\uTorrent Notifier"; Filename: "{app}\uTorrent Notifier.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\uTorrent Notifier.exe"; Description: "{cm:LaunchProgram,uTorrent Notifier}"; Flags: nowait postinstall skipifsilent