Hi!
I just create a new Update with the MSI file adding this optional command line:
Otherwise you can perform a custom update running this command first:
I just create a new Update with the MSI file adding this optional command line:
INSTALL_SILENT=Enable AUTO_UPDATE=Disable WEB_ANALYTICS=Disable EULA=Disable REBOOT=Disable NOSTARTMENU=Enable WEB_JAVA=Enable WEB_JAVA_SECURITY_LEVEL=H SPONSORS=Disable REMOVEOLDERJRES=1
With the last switch all versions of the same architecture are uninstalled.Otherwise you can perform a custom update running this command first:
wmic product where "name like 'Java%%' and version < '8.0.66'" call uninstall