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.

Java SE Runtime Enviroment 6 Update 1 silent install

Featured Replies

Hello!

I would like to silent install Java SE Runtime Enviroment 6 Update 1 through RunOnceEx.cmd.

I made my RunOnceEx and it looks like this:

----------------------------------

cmdow @ /HID

@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%15 /VE /D "Java SE Runtime Enviroment 6 Update 1" /f

REG ADD %KEY%15 /V 1 /D "%PP%java6.exe /s" /f

.......

EXIT

-------------------------

But I didn't manage to get silent installer. Can someone help me?


Or you can use simply switchs like

jre-6u1-windows-i586-p.exe /s ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0

I am trying to deploy jre to aprox. 500 users and I want to control when to update to newer versions. I have tried several suggestions, but with no luck.

I have tried to use the command line as stated by Sonic, but java is still configured to autoupdate.

Any suggestions are welcome.

The package I put together and that is shown acouple of posts above does have the auto-update turned off.

http://www.wpiw.net/downloads/jre6u1.exe

Sonic the reason why the switches you posted aren't working is because they aren't being passed on to the internal msi file.

I made an admin install source of JRE and repackaged it with these switches --> /qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 JAVAUPDATE=0 REBOOT=Suppress SYSTRAY=0 JU=0

I would like to understand why the switches aren't beeing passed to the msi. I have also tried with the following vbs-script, which installes still with autoupdate, so I wonder if the syntacs is 100% correct.

Option Explicit

On Error Resume Next

Dim objShell : Set objShell = WScript.CreateObject("WScript.Shell")

Dim objFSO : Set objFSO = CreateObject("Scripting.FileSystemObject")

Dim objNetwork : Set objNetwork = WScript.CreateObject("WScript.Network")

Dim strExec : strExec = "MSIEXEC /i " & Chr(34) & "\\Server\share\jre1.6.0_01.msi" & Chr(34) & " ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0"

objShell.Run strExec,,1

Set OpSysSet = Nothing

Set objShell = Nothing

Set objFSO = Nothing

WScript.Quit

I have also tried with a batch-file:

"M:\Generelt\Java (Sun) Offline installation\jre-6u1-windows-i586-p-s.exe" /s ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0

Still no luck. I would very much like to understand why my scripts don't work, so I will be able to make correct scripts in the future (I have made a couple of scripts installing applications silently based on msi-packages with transforms and updates with no errors)

  • 4 weeks later...

Is this re-packaged Java SE a multilanguage installer, or only English ?

Also, is there any link to the brand new JRE 6 Update 2 (also multilanguage) ?

Thanks a lot !

--ThundernetBR

  • 2 years later...
Or you can use simply switchs like
jre-6u1-windows-i586-p.exe /s ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0

works fine for JRE 6 Update 17

To disable the prefetching feature of the newer Java versions('Java Quick Starter' service), then add this extra command-line to your NT command script:

"%programfiles%\Java\jre6\bin\jqs.exe" -unregister

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.