Now another way to handle close window
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user