Jump to content

silent install java 6 upt. 23


jeanmichfr

Recommended Posts

Hello

I am looking to switch to the facility

java 6 upt. 23

I've found her. but its not working

/ quiet / s / v "/ qn / qf IEXPLORER = 1"

I am also looking for a silent install

uTorrent 2.2

photophiltre

Thank you all

I lay all my silent install on a topic. :thumbup :thumbup :thumbup

Sorry google traduction i am french

Edited by jeanmichfr
Link to comment
Share on other sites


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 /NoRestart

Enjoy, John.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...

Heres what ive been using with it

/s /v"/qn IEXPLORER=1 JAVAUPDATE=1 EULA=1

Dont 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

Link to comment
Share on other sites

  • 1 month later...

Hi jeanmichfr

You 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.

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

here's the official guide

http://www.oracle.co...ent-136552.html

and here's my install batch code for java6 update 24



@ECHO off
SET LANG=1033
IF /I "%COMPUTERNAME%" EQU "GT3" SET LANG=2052

CD /D "%~dp0"
IF /I "%PROCESSOR_ARCHITECTURE%" EQU "x86" GOTO inst86

:inst64
REM Sun Java 6 update 24 (x64)
jre-6u24-windows-x64.exe /lang=%LANG% /s

:inst86
REM Sun Java 6 update 24 (x86)
jre-6u24-windows-i586-s.exe /lang=%LANG% /s

Edited by Rico.JohnnY
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...