jeanmichfr Posted December 30, 2010 Posted December 30, 2010 (edited) HelloI am looking to switch to the facilityjava 6 upt. 23I've found her. but its not working/ quiet / s / v "/ qn / qf IEXPLORER = 1"I am also looking for a silent installuTorrent 2.2photophiltreThank you allI lay all my silent install on a topic. :thumbup Sorry google traduction i am french Edited December 30, 2010 by jeanmichfr
johnhc Posted December 30, 2010 Posted December 30, 2010 jeanmichfr, these Java ones work for me - can't help with the others:jeanmichfr, celles-ci Java pour moi - ne peut pas aider les autres:Rem Java runtime environment%cdrom%\Install\jre-6u23-windows-i586.exe IEXPLORER=1 ADDLOCAL=ALL /s /NoRestart%cdrom%\Install\jre-6u23-windows-x64.exe /s /NoRestartEnjoy, John.
megaborg Posted December 31, 2010 Posted December 31, 2010 (edited) Try this:jre-6u23-windows-i586.exe /s /v/qn Edited December 31, 2010 by megaborg
Sp0iLedBrAt Posted December 31, 2010 Posted December 31, 2010 I think that it's still a working solution that if you get the online installer, there is an .msi file that downloads to the username\Local Settings\Application Data\TEMP folder and installs Java (same principle as Skype).You can copy that .msi file somewhere and then run it with the /qn switches.Cheers
engjcowi Posted January 10, 2011 Posted January 10, 2011 Heres what ive been using with it /s /v"/qn IEXPLORER=1 JAVAUPDATE=1 EULA=1Dont think the " needs to be in there but it still works for me. you can change IEXPLORER for FIREFOX. The 1's just say accept eula, install for IE and enable update
maffef Posted February 12, 2011 Posted February 12, 2011 Hi jeanmichfrYou can extract the *.exe file and then you'll get the msi file. Use the msi file then for a system unattended installation.The switches of this java release are not working properly, I had the same problems until i extract it and got the msi file.
Kelsenellenelvian Posted February 12, 2011 Posted February 12, 2011 http://www.ryanvm.net/forum/viewtopic.php?t=3850&highlight=javaPhotofiltre.exe /S
Sp0iLedBrAt Posted February 12, 2011 Posted February 12, 2011 I used this one /s /v"/qn IEXPLORER=1 JAVAUPDATE=0 EULA=1 + added FIREFOX=1 and it worked fine.
ranjeetmalik4444 Posted February 22, 2011 Posted February 22, 2011 Here is the complete Detail......about java silenthttp://download.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/silent.html
Rico.JohnnY Posted March 24, 2011 Posted March 24, 2011 (edited) here's the official guidehttp://www.oracle.co...ent-136552.htmland here's my install batch code for java6 update 24@ECHO offSET LANG=1033IF /I "%COMPUTERNAME%" EQU "GT3" SET LANG=2052CD /D "%~dp0"IF /I "%PROCESSOR_ARCHITECTURE%" EQU "x86" GOTO inst86:inst64REM Sun Java 6 update 24 (x64)jre-6u24-windows-x64.exe /lang=%LANG% /s:inst86REM Sun Java 6 update 24 (x86)jre-6u24-windows-i586-s.exe /lang=%LANG% /s Edited March 24, 2011 by Rico.JohnnY
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now