Monday, September 21, 2015

Deploying Java Runtime Enviroments with Local Update Publisher

  1. First downloaded the lattest offline installer from:
    http://java.com/en/download/manual.jsp details
  2. start the installer exe (don't click on any buttons once the installer has started though).
  3. go to c:\users\%username%\AppData\LocalLow\Sun\Java\[jre version]
  4. copy the *.cab and *.msi files to another folder that you can easilly access
  5. go into local update publisher, tools, create update
  6. for the update file choose the msi file that you previously coppied out
  7. Then click on add files, and add the .cab file you previously coppied out
  8. Click on add files again and add the following .mst file if you don't want java downloading updates from Oracle jre1.7.0_xx.mst details
To create your own mst file using InstEd, follow the instructions at: http://sourceforge.net/apps/mediawiki/localupdatepubl/index.php?title=Creating_Configuration_files_during_installation to import the vbscript at http://sourceforge.net/apps/mediawiki/localupdatepubl/index.php?title=Creating_WSUS_updates_for_Java into a mst file for the java msi file   

No comments:

Post a Comment