-
Notifications
You must be signed in to change notification settings - Fork 19
/
PCLParaphernalia.iss
33 lines (29 loc) · 1.79 KB
/
PCLParaphernalia.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
#define MyAppVersion GetFileVersion("PCLParaphernalia\bin\Release\PCLParaphernalia.exe")
#define MyAppName "PCL Paraphernalia"
#define MyAppURL "https://github.com/michaelknigge/pclparaphernalia"
#define MyAppUUID "213E31F3-4806-4A88-9745-C70D5BC5E2C9"
#define MyGroupName "PCL Paraphernalia"
[Setup]
AppId={#MyAppUUID}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppSupportURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyGroupName}
OutputDir=.
UsePreviousLanguage=no
Compression=lzma
DisableWelcomePage=no
OutputBaseFilename=PCLParaphernalia-Setup
[Tasks]
Name: desktopicon; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"
[Icons]
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\pclparaphernalia.exe"; WorkingDir: "{app}"; Tasks: desktopicon
Name: "{group}\PCL Paraphernalia"; Filename: "{app}\pclparaphernalia.exe"; WorkingDir: "{app}"
Name: "{group}\Uninstall"; Filename: "{uninstallexe}"
[Files]
Source: "PCLParaphernalia\bin\Release\PCLParaphernalia.application"; DestDir: "{app}"; Flags: replacesameversion restartreplace uninsrestartdelete recursesubdirs
Source: "PCLParaphernalia\bin\Release\PCLParaphernalia.chm"; DestDir: "{app}"; Flags: replacesameversion restartreplace uninsrestartdelete recursesubdirs
Source: "PCLParaphernalia\bin\Release\PCLParaphernalia.exe"; DestDir: "{app}"; Flags: replacesameversion restartreplace uninsrestartdelete recursesubdirs
Source: "PCLParaphernalia\bin\Release\PCLParaphernalia.exe.config"; DestDir: "{app}"; Flags: replacesameversion restartreplace uninsrestartdelete recursesubdirs
Source: "PCLParaphernalia\bin\Release\PCLParaphernalia.exe.manifest"; DestDir: "{app}"; Flags: replacesameversion restartreplace uninsrestartdelete recursesubdirs