December 30, 201015 yr 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, 201015 yr by jeanmichfr
December 30, 201015 yr 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.
December 31, 201015 yr Try this:jre-6u23-windows-i586.exe /s /v/qn Edited December 31, 201015 yr by megaborg
December 31, 201015 yr 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
January 10, 201115 yr 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
February 12, 201115 yr 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.
February 12, 201115 yr http://www.ryanvm.net/forum/viewtopic.php?t=3850&highlight=javaPhotofiltre.exe /S
February 12, 201115 yr I used this one /s /v"/qn IEXPLORER=1 JAVAUPDATE=0 EULA=1 + added FIREFOX=1 and it worked fine.
February 22, 201115 yr Here is the complete Detail......about java silenthttp://download.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/silent.html
March 24, 201115 yr 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, 201115 yr by Rico.JohnnY
Create an account or sign in to comment