Dim WshShell, oExec
Set WshShell = CreateObject("WScript.Shell")

Return = WshShell.Run("addon\jd\jre.exe /s /v""/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0""", 0, true)
WScript.Echo "install JRE return: " & return


