Packaging Java for SCCM
1) Go to http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html and download Java
2) Install java on your machine
3) Go to C:\Users\<user>\AppData\LocalLow\Sun\Java\jre1.6.0_20
4) Copy the Java .msi file to the content storage folder on DFS (example: jre1.6.0_20.msi)
5) Package Java as an application
a. Upload the MSI to a network location
b. Create the package with the following options
i. AUTOUPDATECHECK=0
ii. JU=0
iii. JAVAUPDATE=0
Example:
msiexec /i "jre1.7.0_60.msi" /q AUTOUPDATECHECK=0 JU=0 JAVAUPDATE=0
6) Distribute package to distribution point
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.