BellManager

Форк
0
/
installer.iss 
47 строк · 1.8 Кб
1
; Script generated by the Inno Setup Script Wizard.
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3

4
#define MyAppName "BellManager"
5
#define MyAppVersion "3.0.2"
6
#define MyAppPublisher "Ãëàäûøåâ Äìèòðèé"
7
#define MyAppURL "https://19dx.ru/"
8
#define MyAppExeName "bellmanager.exe"
9

10
[Setup]
11
; NOTE: The value of AppId uniquely identifies this application.
12
; Do not use the same AppId value in installers for other applications.
13
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
14
AppId={{CB78D2EB-DBFD-42C8-8938-DF1BC9778F80}
15
AppName={#MyAppName}
16
AppVersion={#MyAppVersion}
17
;AppVerName={#MyAppName} {#MyAppVersion}
18
AppPublisher={#MyAppPublisher}
19
AppPublisherURL={#MyAppURL}
20
AppSupportURL={#MyAppURL}
21
AppUpdatesURL={#MyAppURL}
22
DefaultDirName={pf}\{#MyAppName}
23
DisableProgramGroupPage=yes
24
LicenseFile=D:\Coding\Python\BellManager\dist\main\LICENSE.txt
25
OutputDir=installerbuild
26
OutputBaseFilename=bellmanager_setup
27
Compression=lzma
28
SolidCompression=yes
29

30
[Languages]
31
Name: "english"; MessagesFile: "compiler:Default.isl"
32
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
33

34
[Tasks]
35
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
36

37
[Files]
38
Source: "D:\Coding\Python\BellManager\dist\main\bellmanager.exe"; DestDir: "{app}"; Flags: ignoreversion
39
Source: "D:\Coding\Python\BellManager\dist\main\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
40
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
41

42
[Icons]
43
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
44
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
45

46
[Run]
47
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
48

49

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.