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 /norestart
That'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.