Oracle Java 7 Update 45
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