Java version 8 update 73

broken image

Call the MSI installer with the following parameters: msiexec /i 'jre1.8.0_25.msi' TRANSFORMS='jre1.8.0_25_x86.mst' /qn /L*v C:\WINDOWS\CCM\LOGS\jre1.8.0_25_Install.log Creates a new file in the folder with the settings show in screenshot 2.

broken image

Backs up any existing file that it finds if the folder DOES exists (renames it based on a timestamp) Creates the C:\ProgramData\Oracle\Java\ folder if it's missing Using stomie's advice about the C:\ProgramData\Oracle\Java\ file, I built a VBscript that does the following: (You could generate your own transform as well - your choice.) Using Arthur's jre1.8.0_25_x86.mst transform file and modifying the 'Property' table to match the screenshot below.

broken image
broken image

Extracted the MSI from the EXE installer from the way we have always done (There was no CAB file this time - don't panic!) Here's what is working in my environment so far:Ĭreating the C:\ProgramData\Oracle\Java\ before installing the MSI allows me to deploy Java 8 Update 25 via SCCM.