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 5.0 Update 1

Featured Replies

Same switches as before for .msi-based install? I won't be able to test for about four more hours. (Grabbed the .msi from temp folder while installing on my work machine.)

I'll edit to post results after I test it.

EDIT: Yeah, the same switches work in this version as worked in the original 5.0 install.

@jrf2027 , i tried almost all switches that .msi installer recognizes

to my suprise i found that

/passive

switch works and doesn't reboot PC.

my batch looks something like this:

ECHO.
ECHO Installing Sun Java
ECHO Please wait...
start /wait %cdrom%\Install\Sun_Java\Java2_Runtime_Environment_5.0.msi /passive
ECHO Installation Successful!

My .msi is about 9.85mb

/passive is the command for Windows Installer v3.0 only.

you can use this command

start /wait jre5.msi /QB IEXPLORER=1 NETSCAPE6=1 MOZILLA=1 REBOOT=Suppress

It will install plugin for IE, Netscape 6 and Mozilla 1.1 and later browsers

more command can be found form here.

/passive is the command for Windows Installer v3.0 only.

you can use this command

start /wait jre5.msi /QB IEXPLORER=1 NETSCAPE6=1 MOZILLA=1 REBOOT=Suppress

It will install plugin for IE, Netscape 6 and Mozilla 1.1 and later browsers

more command can be found form here.

While what you posted is basically correct, you might want to reference the correct docs for the version you're using next time. One thing that's changed is that NETSCAPE6 is no longer a valid command.

http://java.sun.com/j2se/1.5.0/docs/guide/...ide/silent.html

REG ADD %KEY%\007 /VE /D "Java 1.5.01" /f
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\Java_1.5.01\jre-1_5_0_01-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1 FIREFOX=1 INSTALLDIR=C:\Programme\Java_1.5.01 REBOOT=Suppress

thats my... install path is german

so what's the advantage of using .msi file over the .exe w/ silent switch?

smaller file size? is that all?

im guessing %tmp% :P

EDIT:

@ryanvm

r u planning to make a switchless installer for this update too? so i know whether or not to go ahead with the normal way?

tried this update.. and it gives me 'run-time' error about 5 times a day, and when i visit certain sites (www.bananarepublic.com , victoriassecret.com ) it's 100% crash

i went back to 1.5 and it's working fine

just a heads up

@ryanvm

r u planning to make a switchless installer for this update too? so i know whether or not to go ahead with the normal way?

But of course :)

Ryan, you can also use this:

jre50.msi /qb-! /passive REBOOT=ReallySuppress SYSTRAY=0 WEBSTARTICON=0 ADDLOCAL=jrecore IEXPLORER=1 MOZILLA=1 JAVAUPDATE=0

This prevents the coffeecup in systray.

And your site is offline.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.