-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup_script.iss
More file actions
30 lines (26 loc) · 1008 Bytes
/
setup_script.iss
File metadata and controls
30 lines (26 loc) · 1008 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
26
27
28
29
30
[Setup]
AppName=TeleManager
AppVersion=1.0
AppPublisher=Eyuel Engida
DefaultDirName={userappdata}\TeleManager
DefaultGroupName=TeleManager
PrivilegesRequired=lowest
SetupIconFile={src}\appicon.ico
UninstallDisplayIcon={app}\TeleManager.exe
Compression=lzma2
SolidCompression=yes
OutputDir={src}
OutputBaseFilename=TeleManager_Setup
WizardStyle=modern
[Files]
; NOTE FOR DEVS: Place 'Telegram.exe' in a 'bin' folder next to this script before building
Source: "TeleManager.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Telegram.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "appicon.ico"; DestDir: "{app}"; Flags: ignoreversion
[Dirs]
Name: "{app}\profiles"
[Icons]
Name: "{autodesktop}\TeleManager"; Filename: "{app}\TeleManager.exe"; IconFilename: "{app}\appicon.ico"
Name: "{group}\TeleManager"; Filename: "{app}\TeleManager.exe"; IconFilename: "{app}\appicon.ico"
[Run]
Filename: "{app}\TeleManager.exe"; Description: "Launch TeleManager"; Flags: nowait postinstall skipifsilent