-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtcopier.iss
More file actions
25 lines (21 loc) · 848 Bytes
/
Copy pathtcopier.iss
File metadata and controls
25 lines (21 loc) · 848 Bytes
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
[Setup]
AppName=TradeCopier
AppVersion=2.1.0
AppPublisher=bbstrading
DefaultDirName={pf}\TradeCopier
DefaultGroupName=TradeCopier
OutputDir=.
OutputBaseFilename=TradeCopier
Compression=lzma
SolidCompression=yes
LicenseFile=LICENSE
SetupIconFile=src\bbstrader\assets\bbstrader.ico
[Files]
Source: "dist\tcopier.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "src\bbstrader\assets\bbstrader.ico"; DestDir: "{app}"; Flags: ignoreversion
[Icons]
Name: "{group}\TradeCopier"; Filename: "{app}\tcopier.exe"; IconFilename: "{app}\bbstrader.ico"
Name: "{group}\Uninstall tradecopier"; Filename: "{uninstallexe}"
Name: "{commondesktop}\tradecopier"; Filename: "{app}\tcopier.exe"; IconFilename: "{app}\bbstrader.ico"; Tasks: desktopicon
[Tasks]
Name: "desktopicon"; Description: "Create a &desktop shortcut"; GroupDescription: "Additional icons:"