add browser kill
This commit is contained in:
parent
749c887bf5
commit
f41fed60b8
@ -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$"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user