close brwoser windows
This commit is contained in:
parent
476dbe90d6
commit
531c707d36
@ -111,7 +111,7 @@ endif
|
|||||||
"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir32$"
|
"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir32$"
|
||||||
|
|
||||||
[Winbatch_killtasks_32]
|
[Winbatch_killtasks_32]
|
||||||
cscript /b /nologo %ScriptPath%\browserkill.vbs
|
cscript //b //nologo %ScriptPath%\browserkill.vbs
|
||||||
|
|
||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; copy the ini file to the InstallDir
|
; 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$"
|
"$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NORUN /LOADINF="$IniCfgFile$" /Dir="$InstallDir64$"
|
||||||
|
|
||||||
[Winbatch_killtasks_64]
|
[Winbatch_killtasks_64]
|
||||||
cscript /b /nologo %ScriptPath%\browserkill.vbs
|
cscript //b //nologo %ScriptPath%\browserkill.vbs
|
||||||
|
|
||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
Loading…
Reference in New Issue
Block a user