JRE 8u51.msi or .exe for avoiding any Auto-update messages
Dear all,
I have been spending a lot of time trying to find how to better install JRE 8u51 but no successfull so far...
I'm preparing a new MDT image and basically I need to install JRE 8u51 silent and to the maximum level possible ensuring that JRE will no be auto-updated and also that no any kind of new version available message will appear to the user.
After the search I think that the best option is to use the .msi and the parameters:
JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0
unfortunatelly Java doesn't provide the .msi and what's more, Java says you should not obtain it from the .exe because it will not work fine (at least this web ensures that:http://www.klaus-hartnegg.de/gpo/msi_java8.html).
If I use the command line installation jre-8u51-windows-i586.exe AUTO_UPDATE=0
is this equivalent to the .msi parameters JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 ?
I just want the users not to be bothered by Java update messages.
I know this is not the Java forum but Oracle forums are not easy to understand.
Thank you very much for your support!
Javi
Answers (6)
Change Java Registry Keys
Open RegEdit on the Windows 7 or up PC. Before making any registry changes, it is recommended to first create a backup.
To disable the Java Update Notifications browse to the following registry keys
32bit Users:
HKLM\SOFTWARE\JavaSoft\Java Update\Policy
- Change the EnableAutoUpdateCheck to 0
- Change the EnableJavaUpdate to 0
64bit Users:
HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy
- Change the EnableJavaUpdate to 0
- Change the NotifyDownload to 0
- Add a new DWORD called "EnableAutoUpdateCheck" and set to 0