Oracle JAVA
Kace K2000Use the following for a Post-installation Tasks:jre-8u45-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 … 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
Had issues installing via the System account using the jre-8u25-windows-i586.exe. Interestingly enough, this was only an issue on x64, for us.Using jre1.8.0_25.msi, I was able to pass the requi… Read More
jre-8u25-windows-i586.exe seems to have issues running as SYSTEM and jre1.8.0_25.msi seems to have issues running as anything else. If your installer runs as SYSTEM, extract the msi the same w… Read More
Hello all, This is for Java 7 Update 67. Below is something we had put together for disabling Java updates. We install Java via command line during a scripted install for the OS. This will t… Read More
Java 8 Update 25I have included every possible switch that I found for this version except INSTALL_DIR=Change any 1 to a 0 to disable that section or 0 to 1 to enable. WEB_JAVA_SECURITY_LEVEL… Read More
This is more a question than a tip. Has anyone found a way to disable the next generation plugin without ripping out the files for the next gen plugin. I tried the registry key which apparently… Read More
make simple : download java.exe and just : start /wait java_x64.exe /s WEB_JAVA=1 /qb- this work for x64, x86 and i tried this with 7.51 and 7.55 version, work and simple Read More
JRE MSI installer has \\ path problem in CustomAction table, UninstallJRE actionhttps://bugs.openjdk.java.net/browse/JDK-8028779 There are three Custom Actions that exhibit this erroneous path… Read More
To globally manage Java settings perform the following: Create a share on your network: \\share\path In the newly created share create a deployment.properties file and input any properties … Read More
Install java silent ( from java -- http://www.java.com/fr/download/help/silent_install.xml ) Just type option u want like this example : start /wait java-7u45_X86.exe /s WEB_JAVA=1… Read More
To delete the Start Menu icons run this script at shutdown (or startup) @echo off if exist "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" (rmdir "%PROGRAMDATA%\Microsoft\Wind… Read More
I've packaged a Java 7u40.msi into a zip file with a basic MST (no updates) file for your ease of use!Java 7u45 (24MB): http://www.mediafire.com/download/9s9lzge921s3d4b/jre1.7.0_45.zip Read More
Written a blog to help with installing Java: http://www.itninja.com/blog/view/deploying-java-7-through-gpo Included in this link is downloads to full Java 7 MSI downloadables with .MST files.… Read More
Just thought i`d share a bizzard observation i`ve noticed last week with Java. A while back we were installing Java 7.21 using MSI files. We were also installing both 32 and 64bit. When it c… Read More
Uninstalling Java Auto Updater: Java 7 Update 25 Like many of you admins out there, the auto update feature of software drives me nuts. Trying to maintain standard software version across the… Read More
I've packaged a Java 7u40.msi into a zip file with a basic MST (no updates) file for your ease of use!Java 7u40 (24MB): http://bit.ly/14Xy8SB Read More
INSTRUCTIONS How to deploy Java 7 Update 25 with customized settings: 1. Download the latest offline installer: http://www.java.com/de/download/manual.jsp 2. Insta… Read More
Java 7 Update 25 Just found out in this Version:If you extract the msi/mst File from the exe-File:You have to install the au.msi (Java Auto-Update and the jre[...].msi !If you don't install au… Read More
http://www.syswow64.co.uk/2013/05/java-7-update-21-1721-enterprise.htmlThe issue on many blogs and articles is around creating the 'deployment.config' and 'deployment.properties' files for an e… Read More
To uninstall JAVA, you need to find out the correct entry in the Registry. It can be found @ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products … Read More
Java Installer Options <jre>.exe [/s] [INSTALLDIR=<drive>:\<JRE_install_path>] [STATIC=1] [WEB_JAVA=0/1] [WEB_JAVA_SECURITY_LEVEL=VH/H/M/L] For the .exe installer per Oracle. Read More
Took about 6 weeks to reverse engineer the issues with "Your version of java is insecure" in Java 1.7 even after turning off all auto-updates. Here's the full process (read all the comments a… Read More
rem Alternatively, using the .exe installer and you have Altiris (runs installer as System) and you're doing 32 bit java in 64 bit windows 7 (32 and 64 bit System profiles get conflated): reg … Read More