Versions Compared

Key

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

License: https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html 
Note: Java is no longer under the GNU Open Source/Free model. We no longer have a license. Java already installed may be updated however new installations can not happenhas been uninstalled from all systems.

Uses: 
Java Runtime Environment was formerly installed on all computers prior to license change. Java may need to be installed for Computer Science classes in the future. 
Java SE was previously used by computer science.

...

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>

...