Java 5.0 Update 1
#1
Posted 21 December 2004 - 01:47 PM
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.
#2
Posted 21 December 2004 - 01:55 PM
to my suprise i found that
/passiveswitch 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
#3
Posted 22 December 2004 - 03:09 AM
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.
#4
Posted 22 December 2004 - 09:33 AM
JaSai, on Dec 22 2004, 04:09 AM, said:
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
#6
Posted 23 December 2004 - 12:53 AM
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
#9
Posted 23 December 2004 - 06:30 PM
smaller file size? is that all?
#11
Posted 25 December 2004 - 04:26 AM
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?
#12
Posted 26 December 2004 - 02:46 AM
i went back to 1.5 and it's working fine
just a heads up
#13
Posted 26 December 2004 - 10:13 AM
MCT, on Dec 25 2004, 05:26 AM, said:
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
#14
Posted 26 December 2004 - 01:26 PM
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.
#15
Posted 26 December 2004 - 02:06 PM
#16
Posted 26 December 2004 - 02:22 PM
jre50.msi /qb-!
Can someone explain to me the purpost of the ! again?
#18
Posted 26 December 2004 - 05:47 PM
hp38guser, on Dec 26 2004, 02:26 PM, said:
REALLY????? YOU DON'T SAY!!!!!!!!!!!!!!
#19
Posted 03 January 2005 - 09:55 AM
larciel, on Dec 23 2004, 02:56 PM, said:
You can download it directly at http://jdl.sun.com/w...L?BundleId=9934.
#20
Posted 03 January 2005 - 06:09 PM
Heres my code:
REG ADD %KEY%\130 /VE /D "Sun Java msi update 501" /f
REG ADD %KEY%\130 /V 1 /D "%CDROM%\Software\Sunjava\jre501.msi /qb-! /passive REBOOT=ReallySuppress SYSTRAY=0 WEBSTARTICON=0 ADDLOCAL=jrecore IEXPLORER=1 JAVAUPDATE=0" /f
REG ADD %KEY%\140 /VE /D "Spybot Search & Destroy" /f
REG ADD %KEY%\140 /V 1 /D "%CDROM%\Software\spybot\spybot.exe" /f
It however installs the Sunjava but misses Spybot upon the next reboot?
Spybot will normally install OK.



Help


Back to top









