Jump to content

java reboot advice


Recommended Posts

after java installs, it reboots the machine and i cant seem to find a solution for it

anyways, i dont know when to install it so it wont disrupt any other programs

before, when i used RunOnceEx method, i just ran it normally and put a sleep command afterwards

it would reboot and startoff where it was

i just switched to wpi and im out of ideas

help?

:wacko:

Link to comment
Share on other sites


after java installs, it reboots the machine and i cant seem to find a solution for it

anyways, i dont know when to install it so it wont disrupt any other programs

before, when i used RunOnceEx method, i just ran it normally and put a sleep command afterwards

it would reboot and startoff where it was

i just switched to wpi and im out of ideas

help?

:wacko:

This is what I use for the latest Java from Sun:

ECHO.

ECHO Installing Sun Java VM 5.0 update 1

ECHO Please wait...

start /wait %systemdrive%\Install\Applications\SunJava\Java50.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0"

No reboot :P

Link to comment
Share on other sites

  • 2 weeks later...
so it's the custom=1 switch that prevents the reboot, or the /qb-!

/qb-! is what makes the dialog have no cancel button. What does the custom switch actually do?

According to http://java.sun.com/j2se/1.5.0/docs/guide/...ide/silent.html the CUSTOM=1 is a license thingie.

if CUSTOM=1 is used, the user will only see the license agreement, which must be accepted, and the progress bar.
And as a sidenote, it also says that WEBSTARTICON=0 isn't valid anymore.
There is no WEBSTARTICON=0 command-line option below, as there is for version 1.4.2. That is because version 5.0 (also known as 1.5.0) does not create a Java Web Start icon.
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...