TheCrowX Posted March 25, 2005 Posted March 25, 2005 hi to allI looked everywhere but I didn t find the switch to Silent install the Java Runtime 1.5.0_02 in the batch modecan someone tell me how ?Thanx in advance
TheCrowX Posted March 25, 2005 Author Posted March 25, 2005 and what is the switch for previous version this what i m lookig for a switch
RyanVM Posted March 25, 2005 Posted March 25, 2005 You didn't look hard enough I'm afraid:http://java.sun.com/j2se/1.5.0/docs/guide/...ide/silent.html
MCT Posted March 25, 2005 Posted March 25, 2005 i use ryan's switchless installer, i recommend that 2 u
dafyk Posted April 2, 2005 Posted April 2, 2005 I use same swtvh as with Tiny personal fejre-1_5_0_02-windows-i586-p.exe /S /v/qn(case sensitive)
oioldman Posted April 2, 2005 Posted April 2, 2005 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.
dafyk Posted April 3, 2005 Posted April 3, 2005 I use same switch as with Tiny personal fwjre-1_5_0_02-windows-i586-p.exe /S /v/qn(case sensitive)
gotnho Posted April 19, 2005 Posted April 19, 2005 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.
gotnho Posted April 19, 2005 Posted April 19, 2005 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" /fREG ADD %KEY%\05 /V 1 /D "%systemdrive%\Install\Java\Java_1_5_0_02.exe /s /v"/qn ADDLOCAL=jrecore" /fWhen 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.
Stalkie Posted April 19, 2005 Posted April 19, 2005 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" /fREG ADD %KEY%\05 /V 1 /D "%systemdrive%\Install\Java\Java_1_5_0_02.exe /s /v\"/qn ADDLOCAL=jrecore\"" /f
oioldman Posted April 19, 2005 Posted April 19, 2005 Why not just run, grab the msi file fromc:\documents and settigs\<profile name>\tempand use that with the switches /quiet /norestart.So much easier and is actually a smaller file to boot.
gotnho Posted April 19, 2005 Posted April 19, 2005 thank you Stalkie i will try it when i get home.oioldman, can you be more specific on what and how to do it? thanks.
gotnho Posted April 20, 2005 Posted April 20, 2005 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" /fREG ADD %KEY%\05 /V 1 /D "%systemdrive%\Install\Java\Java_1_5_0_02.exe /s /v\"/qn ADDLOCAL=jrecore\"" /f<{POST_SNAPBACK}>thanks, it worked. Anyway to make the Java loading screen go away? the loading screen is when java is loading the site.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now