Hi.
How to deploy:
http://www.java.com/en/download/help/msi_install.xmlHow to customize the msi (use MS Orca for editing):
--quoting appdeploy.com--
IEXPLORER=1 (default=0)
- This selects the IE plugin
JAVAUPDATE=0 (default=1)
- This turns off part of the JavaUpdate
AUTOUPDATECHECK=0 (default=1)
- This turns off part
JU=0 (default=1)
- I'm pretty sure this is the property everyone hated. This is the new property in Update 5 and 6 that turns on that update prompt and leaves JavaUpdate on even if the JAVAUPDATE property is set to 0
- If were trying to figure out how to get rid of "PromptAutoUpdateCheck" under [HKEY_LOCAL_MACHINE\SOFTWA
RE\JavaSof
t\Java Update\Policy] to avoid the first run prompt, setting JU=0 takes care of this.
MOZILLA=1 (default=0)
- This selects the Netscape/Mozilla plugin
SYSTRAY=0 (default=1)
- This turns off the system tray icon when java applets are active
WEBSTARTICON=0 (default=1)
- This disables the creation of the web start link on the desktop (I think, always had this off