deploy Java as application

How to deploy Java jre-8u31-windows-i586 as Application?

When I extract jre1.8.0_31 it creates two MSI's in C:\Users\ngore\AppData\LocalLow\Sun\Java\jre1.8.0_31

jre1.8.0_31.msi

jre1.8.0_31full

Which MSI to use to create Java Application?

Any references to it?

June 22nd, 2015 11:38am

Download the offline installer here:https://www.java.com/en/download/manual.jsp

Start the setup and don't do anything and go here: C:\Users\username\AppData\LocalLow\Sun\Java\jre1.8.0_31

You will see the msi name  jre1.8.0_31.msi

Used this one and a simple setup command would be: msiexec /i jre1.8.0_31.msi AUTO_UPDATE=0 EULA=0 INSTALL_SILENT=1


Have fun

Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2015 12:03pm

That's a better question for an Oracle/Java forum.
June 22nd, 2015 12:49pm

msiexec /i "jre1.8.0_45.msi" AUTO_UPDATE=0 EULA=0 INSTALL_SILENT=1

The software change returned error code 0x643 (1603)

Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2015 12:57pm

just tried using this one and it works:

msiexec /i jre1.8.0_31.msi JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No

Also tried with this one 

msiexec /i jre1.8.0_31.msi AUTO_UPDATE=0 EULA=0 NOSTARTMENU=1 SPONSORS=0 WEB_ANALYTICS=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H /qb

You can get all the switch here :http://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html

Try running them manually in a elevated cmd

Hope this help 

June 22nd, 2015 1:15pm

The default worked: msiexec /i "jre1.8.0_45.msi" /q

Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2015 2:34pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics