From 531c707d3678ff8c1eda673f235f6f873c0d47a7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 18 Nov 2015 21:26:25 +0100 Subject: [PATCH] close brwoser windows --- CLIENT_DATA/setup3264.ins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index be59b0b..abad34b 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -111,7 +111,7 @@ endif "$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir32$" [Winbatch_killtasks_32] -cscript /b /nologo %ScriptPath%\browserkill.vbs +cscript //b //nologo %ScriptPath%\browserkill.vbs [Files_install_32] ; copy the ini file to the InstallDir @@ -125,7 +125,7 @@ copy "$IniCfgFile$" "$InstallDir32$" "$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir64$" [Winbatch_killtasks_64] -cscript /b /nologo %ScriptPath%\browserkill.vbs +cscript //b //nologo %ScriptPath%\browserkill.vbs [Files_install_64] ; copy the ini file to the InstallDir