Wednesday, October 4, 2017

Packaging Java for SCCM

Packaging Java for SCCM


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

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.