/build/static/layout/Breadcrumb_cap_w.png

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.


0 Comments   [ + ] Show comments

Answers (3)

Posted by: jagadeish 11 years ago
Red Belt
1

Extract the msi and install it with /qb along with above metnioned properties

Posted by: M P 11 years ago
Purple Belt
0

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 

Posted by: vjaneczko 11 years ago
9th Degree Black Belt
0

Use '/qb-' for a progress bar in a dialog box but not needing any user interaction, even if a reboot is necessary.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ