Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

silent install java 6 upt. 23

Featured Replies

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

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.

Try this:

jre-6u23-windows-i586.exe /s /v/qn

Edited by megaborg

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

  • 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

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

I used this one /s /v"/qn IEXPLORER=1 JAVAUPDATE=0 EULA=1 + added FIREFOX=1 and it worked fine.

  • 2 weeks later...

Here is the complete Detail......about java silent

http://download.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/silent.html

  • 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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.