I found this tip on StackOverflow and wanted to mirror it here to go with my previous article on Java installs.
A Windows .reg file with
1 2 3 4 5 6 7 | Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft] "SPONSORS"="DISABLE" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft] "SPONSORS"="DISABLE" |
will make the installer “just install”, no questions asked, and no toolbars sneaking in.
Some downloads: A premade .reg file, and the .reg file renamed to .txt (in case browsers/virus scanners prevent the previous download). Always verify the contents of .reg files before running them.
Recent Comments