MSFN Forum: Java 5.0 Update 1 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Java 5.0 Update 1 Rate Topic: -----

#1 User is offline   jrf2027 

  • Member
  • PipPip
  • Group: Members
  • Posts: 238
  • Joined: 06-September 04

Posted 21 December 2004 - 01:47 PM

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.


#2 User is offline   nfm 

  • Multimedia Guru
  • PipPip
  • Group: Members
  • Posts: 192
  • Joined: 07-December 04

Posted 21 December 2004 - 01:55 PM

@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

#3 User is offline   JaSai 

  • Group: Members
  • Posts: 6
  • Joined: 07-December 03

Posted 22 December 2004 - 03:09 AM

/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.

#4 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 22 December 2004 - 09:33 AM

JaSai, on Dec 22 2004, 04:09 AM, said:

/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

#5 User is offline   pinout 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 25-January 04

Posted 22 December 2004 - 10:03 PM

EDIT: nevermind.

#6 User is offline   JohnnyFu 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 10-July 04

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

#7 User is offline   larciel 

  • Member
  • PipPip
  • Group: Members
  • Posts: 241
  • Joined: 06-December 03

Posted 23 December 2004 - 02:56 PM

where can i get .msi files for the update?

#8 User is offline   titou2k 

  • Khayman
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 02-March 04

Posted 23 December 2004 - 04:44 PM

run setup and get msi in the temp folder

#9 User is offline   larciel 

  • Member
  • PipPip
  • Group: Members
  • Posts: 241
  • Joined: 06-December 03

Posted 23 December 2004 - 06:30 PM

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

smaller file size? is that all?

#10 User is offline   larciel 

  • Member
  • PipPip
  • Group: Members
  • Posts: 241
  • Joined: 06-December 03

Posted 23 December 2004 - 07:27 PM

where's the temp folder located at?

#11 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 25 December 2004 - 04:26 AM

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?

#12 User is offline   larciel 

  • Member
  • PipPip
  • Group: Members
  • Posts: 241
  • Joined: 06-December 03

Posted 26 December 2004 - 02:46 AM

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

#13 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 26 December 2004 - 10:13 AM

MCT, on Dec 25 2004, 05:26 AM, said:

@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 :)

#14 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 26 December 2004 - 01:26 PM

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.

#15 User is offline   titou2k 

  • Khayman
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 02-March 04

Posted 26 December 2004 - 02:06 PM

Drive:\Documents and Settings\$User Name$\Local Settings\Temp

#16 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 26 December 2004 - 02:22 PM

jre50.msi /qb-!

Can someone explain to me the purpost of the ! again? :P

#17 User is offline   Nomi 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 25-August 04

Posted 26 December 2004 - 03:06 PM

I guess "!" makes Cancel button invisible.

#18 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 26 December 2004 - 05:47 PM

hp38guser, on Dec 26 2004, 02:26 PM, said:

And your site is offline.

REALLY????? YOU DON'T SAY!!!!!!!!!!!!!!

:rolleyes:

#19 User is offline   patl 

  • Group: Members
  • Posts: 1
  • Joined: 03-January 05

Posted 03 January 2005 - 09:55 AM

larciel, on Dec 23 2004, 02:56 PM, said:

where can i get .msi files for the update?

You can download it directly at http://jdl.sun.com/w...L?BundleId=9934.

#20 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2005 - 06:09 PM

Re this update 501, I don' know whats goin on if I do a clean install of it in windows installs fine & doesn't reboot when I install UA from dvd using Runonceex off %cdrom% always causes a reboot & fails to install my next app & reboots & completes the rest of the apps??

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.

Share this topic:


  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy