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]
|
[Winbatch_uninstall]
|
||||||
; === Inno Setup ========================================================================================
|
; === Inno Setup ========================================================================================
|
||||||
%ScriptPath%\X86\closewindow.exe "Uninstall Feedback"
|
%ScriptPath%\X86\closewindow.exe "$UninstallProgram$ /SILENT /NORESTART /SUPPRESSMSGBOXES" "Uninstall Feedback"
|
||||||
"$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES
|
|
||||||
|
|
||||||
|
|
||||||
[Winbatch_uninstall_msi_old]
|
[Winbatch_uninstall_msi_old]
|
||||||
|
@ -96,8 +96,7 @@ endif
|
|||||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||||
;
|
;
|
||||||
; === Nullsoft Scriptable Install System ================================================================
|
; === Nullsoft Scriptable Install System ================================================================
|
||||||
%ScriptPath%\X86\closewindow.exe "Jet Screeshot Install"
|
%ScriptPath%\X86\closewindow.exe "$InstallExe$ /SILENT /SUPPRESSMSGBOX /NORESTART" "Jet Screenshot Install"
|
||||||
"$InstallExe$" /VERYSILENT /SUPPRESSMSGBOX /NORESTART /SP-
|
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; 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