Java

Download Java from – http://java.com/en/download/manual.jsp

Download 32 bit and 64 bit.

java 1

Install Java on a test PC.

3

 

Get the java MSI files from:

C:\Users\<user>\AppData\LocalLow\Sun\Java\jre<version_number>

2

Copy the jre<version_number> to the SCCM packages  source

4

Create the SCCM application:

5

Click Next

6

Click Next

7

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

8