Hello Everyone!! Here is another MSI application deployment post using Intune for all of you. Today we will learn about Amazon Corretto Installation using Intune. This guide will show you the steps to upload Amazon Correttoto MSI to Intune for deploying on Windows 10/11 devices.
Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Performance enhancements and security fixes will be included in the long-term support package for Corretto.
Corretto is used by Amazon internally on thousands of production services, and its compatibility with Java SE has also been certified. Linux, Windows, and macOS are all supported by Corretto so that you can develop and run Java applications on them.
The Amazon Corretto cloud service allows you to simultaneously run the same environment remotely, on-premises, and on your local computer.
Installation of Amazon Corretto Using Intune
Follow the steps below to upload the MSI file for deploying AmazonCorretto using Intune. To start with the Intune line-of-business app package creation, keep the downloaded amazon corretto MSI setup installation file in the appropriate location.
One can easily download the 64-bit application directly from Amazon Corretto. They have provided different setups for different environments. One can easily differentiate and choose the right setup for the Windows 64-bit architecture.
- Sign in to the Microsoft Intune admin center https://endpoint.microsoft.com/
- Here you have two options to jump into the Application creation. Select Apps > All apps > Add, or you can navigate to Apps > Windows > Windows Apps.
In the Select app type pane, under the Other app types, select Line-of-business app and click Select.
Now in the Add app pane, click Select app package file. Select the browse button. Then, select the downloaded application MSI file. Once you select the app file, The app details appear with Name, Platform, Size, and context. When you’re finished, select OK on the App package file pane.
Enter the Name of the App (For Example, Amazon Corretto), and Enter the description of the app. Enter the Publisher name – Amazon and Command-line arguments – Optionally, enter any command-line arguments you want to apply to the .msi file when it runs.
Also, refer to the below table for better understanding settings that we implemented during this phase of the Amazon Corretto Assignment:
Name | Publisher | App Install Context | Ignore App Version |
---|---|---|---|
Amazon Corretto(x64) | Amazon | Device | No |
- App install context – Select App install context as Device. This specifies the install context to be associated with this app. For dual-mode apps, select the desired context for this app. For all other apps, this is pre-selected based on the package and cannot be modified.
- Ignore app version – Select Yes for apps that are automatically updated by the app developer (such as Google Chrome, Zoom).
Also, Upload an icon for the app. When users browse the company portal, this icon is displayed with the app. In this section, you can provide additional information about the application and click Next.
Scope tags are filtering options provided in Intune to ease the admin jobs. In the scope tag section, you will get an option to configure scope tags for the application. Click on Next.
Under Assignments, In Included groups, click Add groups and then choose Select groups to include one or more groups to which you want to deploy Amazon Corretto, Click Next to continue.
During the application creation process, you will see the details you provided. You can add the app to Intune by reviewing your settings and selecting Create.
You will see the status Uploading is in progress – When will it be completed? The speed of the internet connection and the size of the application determine how long it takes.
We recommend waiting a while for the upload process to complete, and you can check the progress by clicking on the Notifications icon. You will receive the status “Upload finished” once the package has been uploaded and finished.
Monitor Amazon Corretto Deployment from Intune Portal
During the installation of an application, select the application, then select Monitor, where you can check the device and user check-in status. You can view additional details by clicking on the Device install status or User install status links.
End User Experience – Amazon Corretto Installation
Now to check whether the application is assigned to the targeted device successfully or not, we need to log in to that machine. After doing so, we need to open the Company Portal and check. As you see below in the image, it’s showing there.
Hence the above picture clears that the Amazon Corretto application creation and assignment using Intune is successful. Also, Amazon Corretto is successfully installed on the machine on which we assigned it.
- Quickly Share Application From Intune Company Portal
- Intune Company Portal App For Windows 11 Android | Install And Uninstall
Track Intune MSI App Deployment from Windows Registry
All the information can be easily tracked using the registry for tracing deployment issues. LOB app deployment details can be checked from the following registry path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EnterpriseDesktopAppManagement
.
There will be two sub-keys corresponding to the
- system SID (all zeros) [will list all device context MSI deployments]
- user SID [will list all user context MSI deployments]
Under System or user subkeys, you will find the MSI app deployments from Intune listed using the MSI Product ID of the package. More you can check the detailed post from Joy on how you can troubleshoot Intune app deployment issues using the Windows 10 or 11 registry and events.
Author
Abhinav Rana is working as an SCCM Admin. He loves to help the community by sharing his knowledge. He is a B.Tech graduate in Information Technology.