bigempty14 Posted April 26, 2005 Posted April 26, 2005 I have gone through these forums for the past two days, and I keep getting different answers on how to have this silently install. I am not using the RunOnceEx.cmd file, I'm installing everything with start.cmd. I get the error "Invalid Command Line Parameter" or something to that effect when I use all the different switches. I even extracted the .msi file and just used /quiet /norestart. One post showed that when using the .exe file, I should use /S /v/qn. Another said /s /v"qn. Yet another said /s /v/qn. Which is right? None of them seem to work, and I don't know what I'm doing wrong.start /wait %systemdrive%\Install\Applications\Java\java15002.msi /quiet /norestartThat's my latest attempt. I looked at the examples, and am shying away from the RunOnceEx.cmd file because I don't understand all the switches and quotation marks. Everyone on here seems to know what each one means, but I don't.
homie742 Posted April 26, 2005 Posted April 26, 2005 Check this site, it's for 1.5.0 but I think it will work for 1.5.0.2 (I haven't tested).<jre>.exe [/L<language ID>] /s /v"/qn [ADDLOCAL=jrecore[,extra][,other_US] | ALL] [iEXPLORER=1] [MOZILLA=1] [iNSTALLDIR=<drive>:\<install_path>] [REBOOT=Suppress] [JAVAUPDATE=0] [CUSTOM=1]"http://java.sun.com/j2se/1.5.0/docs/guide/...ide/silent.html
bigempty14 Posted April 26, 2005 Author Posted April 26, 2005 I had been to that site, but I just tried it again. No dice.start /wait %systemdrive%\Install\Applications\Java\java15002.exe /s /v"/qn IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0"What is wrong with that?
bigempty14 Posted April 26, 2005 Author Posted April 26, 2005 Ok, I got it to go....using the code from above. I accidentally forgot a / when I retyped it.
Gouki Posted May 4, 2005 Posted May 4, 2005 Guys ... For this realese of JAVA:jre-1_5_0_02-windows-i586-pJust calling the .exe file will do the job?
Ctwizzy Posted May 4, 2005 Posted May 4, 2005 RyanVM has created a silent installer of the 1.50.03, even if you chose not to use it, using the latest Java release is always advised.
Gouki Posted May 4, 2005 Posted May 4, 2005 Right ...! But .. Where do I get it? Does it need any switches or just calling the file will work?
Bâshrat the Sneaky Posted May 4, 2005 Posted May 4, 2005 Do you care to do ANY search?It's a SWITCHLESS installer, as the site says.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now