Oracle Java 7 Update 45
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
If you would like to remove all old versions of Java 1.6 since they are vulnerable please do the follwing: In KACE K1000 go to the scripting tab and create a new online shell script and add al… Read More
Managed Install for the K1000 and 7u15 this script modified from JVerbosk will kill all browsers and schedulers run the uninstall for every version of 7 and then install 7u15. You must grab th… Read More
rem same old bugs as the java 6 installer: rem 1) 32 bit exe won't install as the System user in 64 bit Windows 7 rem 2) same msi version can't be installed twice, will break install rem … Read More
I found this article very helpful. http://www.kevintaber.com/2011/10/25/disable-java-auto-update/ I Followed the below section using PDQ Deploy worked without updates. Note: To install Java … Read More
Silent install using the Executable file, passing options directly to the embeded MSI. For x64 systems jre-7u11-windows-x64.exe /s /v"/passive /norestart AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 W… Read More
Java 7 Update 10 and 11 Look at this link. It would seem that our command line options have changed again. http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jre-installer-option… Read More
REM JAVA Uninstall and cleanup script for through Java 1.7.u11 REM with install of Java 1.7.u11 x86 and X64 in Mixed Environment REM Calls removal of Java Autoupdate after install REM Skips… Read More
This tip is valid for new version 1.7.0_11If you are using Deployment.Properties file described in this link: http://docs.oracle.com/javase/7/docs/technotes/guides/deployment/deployment-guide/p… Read More
You MUST have the offline installer for install through the K1000. The online installer will error out with MSI error 1603. Offline installers can be found here: http://www.java.com/en/dow… Read More
Required Pskill.exe from Sysinternal Extracted .msi (Google how to). Created a Transform .mst (JRE.Mst) file using Ocra (Renamed .msi to JRE.msi) The Code Will: (.vbs script file-Need to Run … Read More
I believe, at least in my tested case of Java 6 update 31, that the GUIDs are different, they just look very similar:32bit: {26A24AE4-039D-4CA4-87B4-2F83216031FF}64bit: {26A24AE4-039D-4CA4-87… Read More
To install and disable updates (needed for us because we have DeepFreeze installed) i ran this command line jre-7u4-windows-i586.exe /s /v"/norestart AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0" Read More
Here I published a tutorial for it and many others programs. Please comment on the blog if you have questions. http://it-grund.blogspot.com/2012/04/how-to-deployinstall-silently-and.html … Read More
How to silently deploy JRE on 64 bit Windows systems From 1.6.0.27 on, Java Runtime is available as a 32bit and a 64bit Version. Since you have both x86 and x64 IE browsers installed on Win7 6… Read More
Copy the information between the double dash lines into a batch file with the x86 and x64 installers for a silent installation of both that works conditionally on whether the OS is x86 or x64 (… Read More
Registry keys for enabling / disabling advanced TAB features and updates TAB Untick Internet Explorer Plugin [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\10.0.0] "UseJava2IExplorer"=dwor… Read More
When you run the offline-installer the actual MSI can be located here; %userprofile%\AppData\LocalLow\Sun\Java\jre1.7.0 Properties; AUTOUPDATECHECK=0 (disables updates) IEXPLORER=1 (registers j… Read More
- « Previous
- 1
- 2
- Next »