Seite 1 von 1

Probem with Java 7u65 installers

Verfasst: 17 Jul 2014, 12:32
von mirkt
Hello,

Do you guys have the same problem, installers

Code: Alles auswählen

jre-7u65-windows-i586.exe /s
jre-7u65-windows-x64.exe /s
do not end (but Java is actually installed) when ran from Winbatch? They do end when ran from cmd.exe manually..

Got to add /WaitForProcessEnding and /TimeOutSeconds 300 hoping it will be installed in 5 min..

I have never had such problems with previous versions..

Re: Probem with Java 7u65 installers

Verfasst: 17 Jul 2014, 14:06
von mirkt
Extracted .msi files (x32, x64):
http://www.java.com/en/download/help/msi_install.xml

msiexec /i jre1.7.0_65.msi works as expected..

Re: Probem with Java 7u65 installers

Verfasst: 17 Jul 2014, 14:17
von mirkt
looks like:

Code: Alles auswählen

jre-7u65-windows-i586.exe /s
starts several (4?) msiexec processes, one of which never ends..

Re: Probem with Java 7u65 installers

Verfasst: 28 Jul 2014, 14:25
von hadro

Code: Alles auswählen

jre-7u65-windows-x64.exe /s /v"ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=REALLYSUPPRESS AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 CUSTOM=1 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=M /qn"