Step 4:
Under “App Information”, please fill out Name, Description and Publisher
Step 5:
Under “Program”, please fill out –
Install Command – jre-8u281-windows-i586.intunewin /s STATIC=Enable AUTO_UPDATE=Disable WEB_ANALYTICS=Disable REBOOT=Disable REMOVEOUTOFDATEJRES=1
Many applications will have different install commands that are called switches. You can locate specific switches for your application by opening PowerShell and navigating to your application following a “/?” at the end. If this does not work, then you will be able to find documentation online regarding your specific legacy application’s install parameters. For our example of installing Java Runtime Environment, this will be the install command.
Uninstall Command – msiexec /x {26A24AE4-039D-4CA4-87B4-2F32180281F0} /q
This uninstall command is the legacy applications package ID. This can be found by opening the application through a third-party program and locating where this string value above is. For our purposes, this package ID will only pertain to our specific version of JRE.