If you know Group Policy and your question is really, WHERE IS AN .MSI FOR JAVA THAT IS ALREADY TO BE DEPLOYED UNATTENDED THROUGH AN ACTIVE DIRECTORY GROUP POLICY, you can download my Java 7 Patch 13 from Feb 1 2013 (jre1.7.0_13) HERE. Note that while I have had no problems with this, we do NOT take any responsibility for these files (just like it says at the bottom of each page). You are on your own if this causes problems.
If you need all of the steps or you want to do it all yourself, read on!
If you need all of the steps, read on!
See all the screen shots at the end of this post 🙂
Table | Property | Original Value | Proposed Value | Description |
Property | JAVAUPDATE | 1 | 0 | All three need to be changed to completely disable Java automatic updates |
Property | AUTOUPDATECHECK | 1 | 0 | |
Property | JU | 1 | 0 | |
Property | IEXPLORER | 0 | 1 | Activates Internet Explorer plugin |
Property | MOZILLA | 0 | 1 | Activates Mozilla plugin |
Property | SYSTRAY | 1 | 0 | Disables system tray icon when Java applets are active |
Property | RebootYesNo | Yes | No | Suppresses the need to reboot – not affected by GPO that I’m aware of but does when installed manually. |
Property | EULA | 0 | 1 | I leave this setting to 0, however if you are installing it via the msiexec through cmd prompt you may need to set this to 1 to install without interuptions. |
At this point your GPO is done and you can wait 15 minutes for the GPO to be applied to the machines in the OU in question, or you could go to the PC’s in that OU and run GPUPDATE /FORCE to make them get the GPO now.
Then just reboot and enjoy the install!
If you reboot your client PC’s but find the software did not install, you likely are in Asyncronous Policy Processing Hell. First verify that the policy did make it to your test PC by launching a CMD window (don’t forget to RUN AS ADMINISTRATOR) and typing GPRESULT. Just look for your GPO under COMPUTER. Also check the event log of your test PC and look for The error was : %%1274
Take a quick scan of my post on the two easy fixes for this problem, HERE.
This website uses cookies.
View Comments
Instead of altering the installation msi, I'd create a transform file.
this can easily be done with Orca, the free Microsoft msi editor tool.
This has worked great for me in the past, but the latest update still installs with autoupdate enabled, regardless of whether you disable it in orca. If anyone finds a way to disable it, please post here.
I have seen the same thing. They are now at JAVA 15 and perhaps this works now... ok that is unlikely, but possible