close brwoser windows

This commit is contained in:
Mario Fetka 2015-11-18 21:26:25 +01:00
parent 476dbe90d6
commit 531c707d36
1 changed files with 2 additions and 2 deletions

View File

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