DosProbie Posted October 1, 2013 Posted October 1, 2013 These are the switches I use for silent install of Java 7 msiexec /i jre.msi /qn" ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 JU=0 JQS=0 EULA=0 REBOOT=Suppress /l* c:\JRE-7.5.logSince silent switches no longer work with the .exe you will need to install from the .msi file..Download from http://www.java.com/en/ then click on the install and go to AppData\LocalLow\Sun\Java and grabthe .msi file then use the switch above..DP
gustavo21 Posted October 9, 2013 Posted October 9, 2013 I have the latest update and i execute like this: "java.exe /s"Works perfectly.
condor Posted November 5, 2013 Posted November 5, 2013 (edited) In WPI i use this:jre-7u45-windows-i586.exe" /s ADDLOCAL=ALL IEXPLORER=1 REBOOT=suppress Edited November 5, 2013 by condor
Octopuss Posted November 10, 2013 Posted November 10, 2013 In WPI i use this:jre-7u45-windows-i586.exe" /s ADDLOCAL=ALL IEXPLORER=1 REBOOT=suppressDid you even read the previous posts? None of the switches after /s do anything.
condor Posted November 10, 2013 Posted November 10, 2013 (edited) I missThen I will use DosProbie commands. Edited November 10, 2013 by condor
DosProbie Posted November 11, 2013 Posted November 11, 2013 (edited) The C:\JRE-7.5.log command at end is optional if you don't want a log file after install..DPAlso here is more Info as well ==>http://www.msfn.org/board/topic/144938-java-6-update-20-silent-install-with-auto-update-off-not-working/ Edited November 11, 2013 by DosProbie
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now