Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Silent Install String:
<java.exe> /s
Documentation on other switches: https://www.java.com/en/download/help/silent_install.xml

Detection Method:
You will need to find Windows Installer MSI product code for the version you are pushing out. Easiest way to find the product code is through WMI/CIM win32_product.

Installation String:
msiexec.exe /x  <Product Code>

...