From f41fed60b8f76071174b4edb72cced2a604f589f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 7 Sep 2016 17:49:40 +0200 Subject: [PATCH] add browser kill --- CLIENT_DATA/setup3264.ins | 11 +++++++++++ 1 file changed, 11 insertions(+) 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$"