There is a new version of sun java available.
Download the newest java version here
The silent install isn't like the old on, since they now use installshield.
Here's the trick
1. Start the installation of Java, but don't go further then the licence screen. This
way the installer will create an MSI file.
2. Don't exit the installion. If you do, the MSI file will dissappear. Browse to the
map: C:\Documents and Settings\<your name>\Local Settings\Temp
3. Copy the MSI file (the name is variable It's about 10 MB) To a location of choice
on your harddrive.
4. Exit the setup.
5. Change the name of your MSI file to: setup.msi (you don't have to do this, but
it is much easyer to remember when you put it in your batch.)
6. Now in the command prompt, you can use the following command:
<Location>\Msiexec /i setup.msi /qb
Good luck!!
Page 1 of 1
Switch SUN Java 2 Platform Standard Edition 5.0 RC
#3
Posted 03 September 2004 - 06:22 PM
start /wait %systemdrive%\install\Applications\JavaDevKit\JavaDevKit.exe /S /v/qn
#5
Posted 03 September 2004 - 07:55 PM
it's a RC (release candidate) version so it's not final and i preffer at the moment to not upgrade, maybe browser like opera or mozilla/firefox could have problems...
#7
Posted 03 September 2004 - 10:52 PM
This is nothing new. They been doing this with java since v1.4
#8
Posted 04 September 2004 - 08:43 AM
This is what I use to install it, personally:
ECHO Installing Sun Java2 Runtime Environment 5.0 RC1... start /wait %CDROM%\Updates\apps\jre5rc.exe /s /v"/qn ADDLOCAL=jrecore,extra IEXPLORER=1 REBOOT=Suppress"
#9
Posted 04 September 2004 - 03:14 PM
If yuo prefer to use the MSI you can use the following command (RunOncEx.cmd):
REG ADD %KEY%\007 /VE /D "Sun Java VM 1.5.0 RC" /f REG ADD %KEY%\007 /V 1 /D "%systemdrive%\install\SunJava\jre150rc.msi /qb REBOOT=ReallySuppress" /f
- ← SunJava disable automatic update
- Application Installs
- Last few switches needed: VLC, IDM, KLR etc →
Share this topic:
Page 1 of 1



Help

Back to top








