Java
Download Java from – http://java.com/en/download/manual.jsp
Download 32 bit and 64 bit.
Install Java on a test PC.
Get the java MSI files from:
C:\Users\<user>\AppData\LocalLow\Sun\Java\jre<version_number>
Copy the jre<version_number> to the SCCM packages source
Create the SCCM application:
Click Next
Click Next
Set installation Program
msiexec /i “jre1.7.0_xx.msi” AUTOUPDATECHECK=0 IEXPLORER=1 JAVAUPDATE=0 JU=0 MOZILLA=1 deployment.security.level=MEDIUM /q
Properties;
AUTOUPDATECHECK=0 (disables updates)
IEXPLORER=1 (registers java with IE)
JAVAUPDATE=0 (disables updates)
JU=0 (disables updates)
Mozilla=1 (registers java with mozilla)
deployment.security.level=MEDIUM (Set java security to medium)
Distributed content.
Then deploy the application and now Java is available in SCCM Application
Hello,
Great article by the way, but I am not finding the msi in the path provided. Could you provide some assistance on where I can find the msi file?
Thanks
Nevermind, I found it. It is in C:\Users\user\AppData\LocalLow\Oracle\Java\