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: MsiInstallerEvent 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.