diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index 74c444d..96c9b62 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -75,6 +75,10 @@ else ChangeDirectory "%SCRIPTPATH%" Winbatch_install_32 Sub_check_exitcode + + comment "Close the After Install browser window" + Winbatch_taskkill + comment "Copy files" Files_install_32 /32Bit comment "Patch Registry" @@ -89,6 +93,10 @@ else ChangeDirectory "%SCRIPTPATH%" Winbatch_install_64 Sub_check_exitcode + + comment "Close the After Install browser window" + Winbatch_taskkill + comment "Copy files" Files_install_64 /64Bit comment "Patch Registry" @@ -99,6 +107,9 @@ else endif +[Winbatch_taskkill] +cscript //b //nologo %ScriptPath%\browserkill.vbs + [Winbatch_install_32] "$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /Components=Iron /DIR="$InstallDir32$"