Oracle Java 8
Using the switch "REMOVEOUTOFDATEJRES" no longer functions to remove out dated installations of Java RE. Use the switch "REMOVEOLDERJRES". Read More
WORKS with all versions of javaHello, i prefer to script the update of java because i can inform people on her computer to close our java applications in our company.So when they click to updat… Read More
WORKS with all versions of javaHello, i prefer to script the update of java because i can inform people on her computer to close our java applications in our company.So when they click to updat… Read More
Just run the .EXE with the switches you want:jre-8u141-windows-i586.exe INSTALL_SILENT=1 AUTO_UPDATE=0 REBOOT=0 SPONSORS=0 REMOVEOUTOFDATEJRES=1The list with available switches can be found her… Read More
So I just got the K1000 and java doesn't install with the system account after 8.40 or something like that. So I had to build a script that installed it silently for me with the switches for th… Read More
In case you are wondering, normally I would open the EXE's and extract the MSI's.But today I decided to use the EXE's with the default commands that Oracle delivers us.Had some problems with SC… Read More
jre-8u60-windows-x64.exe /s AUTO_UPDATE=0 OEMUPDATE=0 WEB_JAVA_SECURITY_LEVEL=H INSTALL_SILENT=1 STATIC=0 REBOOT=0 SPONSORS=0 EULA=0 WEB_ANALYTICS=0 Read More
When I did a silent install of Java 8 U 45 using the offline installer I got the following error in "C:\Windows\Temp\jusched.log":Unable to open file C:\ProgramData\Oracle\Java\java.settings.c… Read More
There are registry values you can use to prevent sponsor message options being shown.The sponsor software doesn't install with a command line anyway, just on auto updates (if user is prompted).… Read More
I created some documentation and a utility to aid with Java Deployment Rule Sets. Oracle's documentation is HERE for Manifest.txt. All of the files are located HERE shared on my DropBox. I upda… Read More
Grab the 32-bit JRE installer EXE from Oracle and extract the MSI. Rename it to jre-8-windows-i586.msi. This is so that you can re-use the script and just change versions in one location in… Read More
This vbscript will extract the msi's from the exe files provided by Oracle and place them into folder the "Extracted" folder inside the working directory. Have fun guys!'Define Target Compu… Read More
Silent install of Java 8 Update 40 MSI: msiexec /i jre1.8.0_40.msi AUTO_UPDATE=0 EULA=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /qbThe MSI can be found in… Read More
Just a piece of advice, it appears in this release (and presumably future releases) Oracle have stopped using the following autoupdate settings :deployment.javaws.autodownload=NEVERdeployment.j… Read More
Here is how I deployed Java 8 u25 via a managed install. 1.) Create a new distrubuition for Java 8 u252.) Upload the MSI3.) Select configure manually4.) Input this command msiexec /… Read More
No need to overcomplicate things. The registry entries can be added inside a transform along with any other wanted settings that you would put inside the .cfg-file. The command line builds perf… Read More
get the MSI-file from the EXE-file: To unpack the .msi file, first launch the EXE file. In the first that appears query the MSI file is then in one of the following directories: XP: C:\Dokume… Read More
jre-8u25-windows-i586.exe INSTALL_SILENT=1 STATIC=0 AUTO_UPDATE=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 REBOOT=0 Read More