Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deploying Java 8 Update 101 with SCCM

eabd944e-b095-4a6d-bee5-cd26bc2459bdSep 15 2016 — edited Oct 6 2016

We have been deploying Java for years with only a minor hassle with old versions; but update 101 refuses to install.

I have grabbed the MSI from the LocalLow folder and am using this command to deploy it:

msiexec /i "jre1.8.0_101.msi" /qn AUTO_UPDATE=Disable

This works from Command Prompt as Local Admin on a workstation.

Through SCCM or as the local SYSTEM account the installer throws the following error in the Event Logs:

Source:        MsiInstaller

Event ID:      11722

Description:

Product: Java 8 Update 101 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action installexe, location: C:\Program Files (x86)\Java\jre1.8.0_101\installer.exe, command: /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_101\\" AUTO_UPDATE=Disable

Any ideas? We are on Windows 10 1511 x64 and SCCM 1606.

Oddly, if you have installed Java previously it works fine. Bug?

Dave.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2016
Added on Sep 15 2016
3 comments
5,483 views