File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11; Inno Setup script for ControlHub installer
22
33#define MyAppName " ControlHub"
4- #define MyAppVersion " 1.5.5 "
4+ #define MyAppVersion " 1.5.6 "
55#define MyAppPublisher " lixelv"
66#define MyAppURL " https://control-hub.org"
77#define MyAppExeName " ControlHub.exe"
@@ -44,17 +44,7 @@ Source: "../README.md"; DestDir: "{app}"; Flags: ignoreversion
4444
4545[Icons]
4646Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; WorkingDir : " {app} " ; IconFilename: " {app} \{#MyAppIcon}"
47- ; Name: "{commonstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
48-
49- [Run]
50- Filename : " {app} \install.bat" ; Description : " Run installation script" ; Flags : postinstall runascurrentuser runhidden
51- Filename : " {sys} \schtasks.exe" ; \
52- Parameters : " /Create /TN " " {#MyAppName} Autostart" " /TR " " '{app} \{#MyAppExeName}'" " /SC ONLOGON /F" ; \
53-
54- [UninstallRun]
55- Filename : " {cmd} " ; Parameters : " /c {app} \uninstall.bat" ; WorkingDir : " {app} " ; Flags : runhidden
56- Filename : " {sys} \schtasks.exe" ; \
57- Parameters : " /Delete /TN " " {#MyAppName} Autostart" " /F" ; \
47+ Name : " {userstartup}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
5848
5949[Code]
6050var
You can’t perform that action at this time.
0 commit comments