1
1
; Script generated by the Inno Setup Script Wizard.
2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
- #define MyAppName " Linwood Qeck"
4
+ #define MyAppName " Qeck"
5
5
#ifndef MyAppVersion
6
6
#define MyAppVersion " 1.0"
7
7
#endif
8
- #define MyAppPublisher " LinwoodCloud "
8
+ #define MyAppPublisher " Linwood "
9
9
#define MyAppURL " https://www.linwood.dev"
10
10
#define MyAppExeName " qeck.exe"
11
11
#define BaseDirRelease " build\windows\x64\runner\Release"
18
18
AppId = {{AFEA034B-35A4-44A9-9FAE-33F5A2AE860B}
19
19
AppName = {#MyAppName }
20
20
AppVersion = {#MyAppVersion}
21
- ; AppVerName={#MyAppName} {#MyAppVersion}
21
+ AppVerName = {#MyAppName } {#MyAppVersion}
22
22
AppPublisher = {#MyAppPublisher}
23
23
AppPublisherURL = {#MyAppURL}
24
24
AppSupportURL = {#MyAppURL}
25
25
AppUpdatesURL = {#MyAppURL}
26
- DefaultDirName = {autopf }\{#MyAppPublisher}\{#MyAppName }
26
+ DefaultDirName = {autopf64 }\{#MyAppPublisher}\{#MyAppName }
27
27
DefaultGroupName = {#MyAppPublisher}\{#MyAppName }
28
28
DisableProgramGroupPage = yes
29
29
LicenseFile = ..\LICENSE
30
30
; Uncomment the following line to run in non administrative install mode (install for current user only.)
31
- ; PrivilegesRequired=lowest
32
- PrivilegesRequiredOverridesAllowed=
33
- OutputDir = build\windows
31
+ PrivilegesRequired = lowest
32
+ PrivilegesRequiredOverridesAllowed= dialog
33
+ OutputDir = build\windows\ x64
34
34
OutputBaseFilename = linwood-qeck-windows-setup
35
35
SetupIconFile = {#RunnerSourceDir}\resources\app_icon.ico
36
+ UninstallDisplayIcon = {app} \{#MyAppExeName}
36
37
Compression = lzma
37
38
SolidCompression = yes
38
39
WizardStyle = modern
39
- Uninstallable = yes
40
+ Uninstallable = not WizardIsTaskSelected( ' portablemode ' )
40
41
ChangesAssociations = yes
41
42
42
43
[Languages]
@@ -55,12 +56,10 @@ Source: "{#BaseDirRelease}\*"; DestDir: "{app}"; Flags: ignoreversion recursesub
55
56
; NOTE: Don't use "Flags: ignoreversion" on any shared system filess
56
57
57
58
[Icons]
58
- Name : " {group} \{cm:UninstallProgram,{#MyAppName}}" ; Filename : " {uninstallexe} "
59
-
60
59
Name : " {group} \Visit Website" ; Filename : " https://www.linwood.dev/"
61
- Name : " {group} \Qeck Documentation" ; Filename : " https://docs. qeck.linwood.dev/"
60
+ Name : " {group} \Qeck Documentation" ; Filename : " https://qeck.linwood.dev/"
62
61
Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
63
62
Name : " {autodesktop}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; Tasks: desktopicon
64
63
65
64
[Run]
66
- Filename : " {app} \{#MyAppExeName}" ; Description : " {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}" ; Flags : nowait postinstall skipifsilent
65
+ Filename : " {app} \{#MyAppExeName}" ; Description : " {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}" ; Flags : nowait postinstall skipifsilent
0 commit comments