Automating intall using MST File to Disable Java Updates
843804Nov 10 2009 — edited Nov 11 2009I am using Active Directory to roll out Java r6u17. I have the MSI and I am able to roll that out fine. I want to tweak this via a .MST file in order to stop Java from automatically going out and checking for updates. I used orca and create a transform file that sets the following under the Properties in the MSI.
AUTOUPDATECHECK = 0
JAVAUPDATE = 0
JU = 0
I have also tried tweaking some other options. No freakin luck. I am farily certain the MSI is running and pulling the MST file. It always comes up with it set to check for updates. I have this working for several apps so I am familar with how it works. What am I missing here? I also tried running from the msiexec command line and specifying the MST file.... Anyone got this to work?