Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Automating intall using MST File to Disable Java Updates

843804Nov 10 2009 — edited Nov 11 2009
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2009
Added on Nov 10 2009
1 comment
799 views