Now another way to handle close window
This commit is contained in:
parent
24fe376741
commit
53742bd036
Binary file not shown.
@ -39,7 +39,8 @@ LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall]
|
||||
; === Inno Setup ========================================================================================
|
||||
%ScriptPath%\X86\closewindow.exe "$UninstallProgram$ /SILENT /NORESTART /SUPPRESSMSGBOXES" "Uninstall Feedback"
|
||||
"$UninstallProgram$" /SILENT /NORESTART /SUPPRESSMSGBOXES
|
||||
%ScriptPath%\X86\closewindow.exe "Uninstall Feedback" ""
|
||||
|
||||
|
||||
|
||||
|
@ -96,7 +96,8 @@ endif
|
||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||
;
|
||||
; === Nullsoft Scriptable Install System ================================================================
|
||||
%ScriptPath%\X86\closewindow.exe "$InstallExe$ /SILENT /SUPPRESSMSGBOX /NORESTART" "Jet Screenshot Install"
|
||||
"$InstallExe$" /SILENT /NORESTART
|
||||
%ScriptPath%\X86\closewindow.exe "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