Jump to content

Recommended Posts

Posted

hi to all

I looked everywhere but I didn t find the switch to Silent install the Java Runtime 1.5.0_02 in the batch mode

can someone tell me how ?

Thanx in advance


  • 2 weeks later...
Posted

Didn't even know they'd release Update2 for this.

Thanks, now will have to download and add to CD for next time it's needed.

  • 3 weeks later...
Posted

i read the link posted by Ryan from the the sun website. What's the last part of the command would accomplish the same thing as i was to install the program manually after install windows XP? By saying the last part i mean like ADDLOCAL=jrecore,extra MOZILLA=1. Also should i use ADDLOCAL=jrecore or ADDLOCAL=ALL if i want just installing java so i can view websites and online games on yahoo, no software developement? Thanks.

Posted

i'm having you trouble setting this to install silence. i use following for my runonceex.cmd:

REG ADD %KEY%\05 /VE /D "Java 1.5.0.02" /f

REG ADD %KEY%\05 /V 1 /D "%systemdrive%\Install\Java\Java_1_5_0_02.exe /s /v"/qn ADDLOCAL=jrecore" /f

When it get to install the java it just skip it with out any error at all. I checked after it finish and nothing was installed. I manually install using the command promt using the Java_1_5_0_02.exe /s /v"/qn ADDLOCAL=jrecore and it work just fine, went to a few java site and they loaded. Some how from that into my switch it doesnt work. I suspected it have something to do with the quotation mark since i only have 3. Can some one help me out? thanks.

Also the ADDLOCAL=jrecore, how can i check to see if it just install the core or not. I just want to install the java so that it will load java sites. I dont do alplet so i dont need the full function.

Posted

You'll have to escape you inline quotation, and have enough of them like this:

REG ADD %KEY%\05 /VE /D "Java 1.5.0.02" /f
REG ADD %KEY%\05 /V 1 /D "%systemdrive%\Install\Java\Java_1_5_0_02.exe /s /v\"/qn ADDLOCAL=jrecore\"" /f

Posted

Why not just run, grab the msi file from

c:\documents and settigs\<profile name>\temp

and use that with the switches /quiet /norestart.

So much easier and is actually a smaller file to boot.

Posted
You'll have to escape you inline quotation, and have enough of them like this:

REG ADD %KEY%\05 /VE /D "Java 1.5.0.02" /f
REG ADD %KEY%\05 /V 1 /D "%systemdrive%\Install\Java\Java_1_5_0_02.exe /s /v\"/qn ADDLOCAL=jrecore\"" /f

thanks, it worked. Anyway to make the Java loading screen go away? the loading screen is when java is loading the site.

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