Java 7 with progress bar only
I am trying to install Java 7 update 17 for 64bit, but I would like it to show the progress bar. Currently the command that I am running is below. I will be installing this via DSM, but I tried createing a batch file with the same results.
jre-7u17-windows-x64.exe /s /v"/qb /norestart AUTOUPDATECHECK=0 IEXPLORER=1 JAVAUPDATE=0 JU=0"
I have also tried /passive but that didn't work either.
Answers (3)
Check of the Oracle page for the JRE Installer Options at http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jre-installer-options.html.
The Silent (/s) option will not display the progress bar, though. If you want that ability you will need to use the MSI as stated by jagadeish. If you choose to stay with the JRE executable (EXE) you can still use the other options, but you will have to change the formatting a little.
jre-7u17-windows-x64.exe /s AUTOUPDATECHECK=0 IEXPLORER=1 JAVAUPDATE=0 JU=0