Correct CLose window autoit script

This commit is contained in:
Mario Fetka 2013-02-26 04:45:36 +01:00
parent 279a788e90
commit 24fe376741
4 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -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]

View File

@ -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

Binary file not shown.