JRE 7u17 Windows 32-bit installer - Install as local system account
1000064Mar 29 2013 — edited Mar 30 2013Am attempting to install JRE 7u17 32-bit Windows version on 64-bit Windows 7 via the local system account, as used by SCCM.
When the installer is executed as follows,
jre-7u17-windows-i586.exe /s JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 JQS=0 SYSTRAY=0 EULA=0 REBOOT=Suppress
the installer starts then ends immediately.
Omitting the /s parameter causes the GUI installer to launch and, after the first screen, the message "Error: This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package." is displayed then the installation terminates.
If the package is run as a normal user, Java gets installed without issue.
I have searched for this specific issue and the only thing I have found is "http://java.com/en/download/help/error_installpackage.xml" which is not applicable to my situation.
Additionally, when I install the JRE as an administrative-level user, using the command line above, Java Updates continue to be enabled and being performed.
Any thoughts on either the installer issues or the JRE configuration issues?