Hello,
Im looking for alternative Installation methodes for JAVA, because the traditional method with .exe extracted and transformed .msi / mst file produced static installations and does not support deinstallation of older JAVA products. You need the Enterprise - .MSI from Oracle to do this.
Does anyone use JAVAs .exe Installer with Comand-Line Option?
Updates failed if I use different options fom Oracles Command Line Table:
http://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html#installing_with_config_file
The only working, error-free Update was .exe + CommandLine: /s REMOVEOUTDATEJRES=1
Nice, but incompleted configuration.
If I add: /s REMOVEOUTDATEJRES=1 AUTO_UPDATE=Disable , update process does finish "correctly", but Update isnt installed and start to install again.
Or does anyone use the Installer Config File?
I set in WPP Command-Line: INSTALLCFG=\serverpath to software deployment\JRE8.cfg , filled with different options, but the update failed ( 0x080070643 ).
Im looking for alternative Installation methodes for JAVA, because the traditional method with .exe extracted and transformed .msi / mst file produced static installations and does not support deinstallation of older JAVA products. You need the Enterprise - .MSI from Oracle to do this.
Does anyone use JAVAs .exe Installer with Comand-Line Option?
Updates failed if I use different options fom Oracles Command Line Table:
http://docs.oracle.com/javase/8/docs/technotes/guides/install/config.html#installing_with_config_file
The only working, error-free Update was .exe + CommandLine: /s REMOVEOUTDATEJRES=1
Nice, but incompleted configuration.
If I add: /s REMOVEOUTDATEJRES=1 AUTO_UPDATE=Disable , update process does finish "correctly", but Update isnt installed and start to install again.
Or does anyone use the Installer Config File?
I set in WPP Command-Line: INSTALLCFG=\serverpath to software deployment\JRE8.cfg , filled with different options, but the update failed ( 0x080070643 ).