Correct CLose window autoit script
This commit is contained in:
parent
279a788e90
commit
24fe376741
Binary file not shown.
@ -39,8 +39,8 @@ LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall]
|
||||
; === Inno Setup ========================================================================================
|
||||
%ScriptPath%\X86\closewindow.exe "Uninstall Feedback"
|
||||
"$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES
|
||||
%ScriptPath%\X86\closewindow.exe "$UninstallProgram$ /SILENT /NORESTART /SUPPRESSMSGBOXES" "Uninstall Feedback"
|
||||
|
||||
|
||||
|
||||
[Winbatch_uninstall_msi_old]
|
||||
|
@ -96,8 +96,7 @@ endif
|
||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||
;
|
||||
; === Nullsoft Scriptable Install System ================================================================
|
||||
%ScriptPath%\X86\closewindow.exe "Jet Screeshot Install"
|
||||
"$InstallExe$" /VERYSILENT /SUPPRESSMSGBOX /NORESTART /SP-
|
||||
%ScriptPath%\X86\closewindow.exe "$InstallExe$ /SILENT /SUPPRESSMSGBOX /NORESTART" "Jet Screenshot Install"
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
|
BIN
closewindow.au3
BIN
closewindow.au3
Binary file not shown.
Loading…
Reference in New Issue
Block a user