FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
Hello,
I am using OPSI (opsi.org) and /s installer flag to deploy Java JRE. Everything was fine until Java 7u65, it looks like "jre-7u65-windows-i586.exe /s" and "jre-7u65-windows-x64.exe /s" starts several msiexec processes, one of which ends after very long time (so my installer waits until time out)..
This time I had to extract *.msi files from your installers and use "msiexec /i jre1.7.0_65.msi".. Then everything went as expected..
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
You can just run:
jre-7u65-windows-i586.exe /s
Wait until java is installed.. You will even see:
MSI (s) (10:28) [14:19:17:439]: Product: Java 7 Update 65 -- Installation operation completed successfully.
=== Logging stopped: 2014.07.17 14:19:17 ===
if /L is specified..
But still one msiexec process will be active (for a long time)..
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
Hello,
I am using OPSI (opsi.org) and /s installer flag to deploy Java JRE. Everything was fine until Java 7u65, it looks like "jre-7u65-windows-i586.exe /s" and "jre-7u65-windows-x64.exe /s" starts several msiexec processes, one of which ends after very long time (so my installer waits until time out)..
This time I had to extract *.msi files from your installers and use "msiexec /i jre1.7.0_65.msi".. Then everything went as expected..
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
You can just run:
jre-7u65-windows-i586.exe /s
Wait until java is installed.. You will even see:
MSI (s) (10:28) [14:19:17:439]: Product: Java 7 Update 65 -- Installation operation completed successfully.
=== Logging stopped: 2014.07.17 14:19:17 ===
if /L is specified..
But still one msiexec process will be active (for a long time)..
REPRODUCIBILITY :
This bug can be reproduced always.