3 Ways to Deploy Google Chrome on Windows via Intune

In this post, I’ll demonstrate the steps to deploy Google Chrome on Windows using Intune. Chrome is available in both Personal and Enterprise editions. While the browser engine is identical, the Enterprise build comes as an MSI installer and includes policy templates for management of the app. Use Enterprise version for an organization and Personal one for your home computer.

We’ll begin by downloading the Chrome Enterprise browser and then use the Intune Line-of-Business app method to deploy it to Intune-managed devices. Let’s get started.

Download Google Chrome Enterprise

Please note that if you’re deploying the Google Chrome browser on ARM-based (x64) devices, you should select 64-bit (ARM) from the Architecture drop-down when downloading the app.

Download Chrome Enterprise

Method 1: Deploy Chrome Using Line of Business App Method

Now, we will create an Intune app deployment for chrome using line-of-business app deployment method. Line-of-Business (LOB) app method supports .msi.appx, and .appxbundle file extensions and one of the easiest methods for deployment of MSI apps via Intune. Let’s get to the steps:

  • Sign in to the Intune admin center > Apps > Windows > Windows apps > + Create.
  • Using the App type drop-down, Select the Line-of-business app option.
  • Click Select app package file and browse to the Google Chrome enterprise installer file downloaded in the previous step.
Create Intune App Deployment for Chrome
  • On App information page, provide Publisher information and keep Ignore app version as Yes. The rest of the information is optional but useful to provide, as it can help the other team members during troubleshooting.
Google Chrome MSI deployment on Intune
  • Scope tags (optional): A scope tag in Intune is an RBAC label you add to resources (policies, apps, devices) to limit which admins can see and manage them. For more information, refer to the post: How to use Scope tags in Intune.
  • Assignments: Assign the app to Entra security groups that contain the target users or devices. As a best practice, pilot with a small set first; once validated, roll it out more broadly. For guidance on assignment strategy, see Intune assignments: User groups vs. Device groups.
  • Review + create: Review the deployment summary and click Create.

Method 2: Deploy Chrome Using Enterprise App Catalog

Another way to deploy google chrome browser via Intune is to use Enterprise App Catalog. Enterprise App Catalog is a collection of pre-packaged Win32 applications prepared by Microsoft and made available for deployment through the Intune admin center. The catalog includes both Microsoft and third-party applications.

Sign in to the Intune admin center > Apps > Windows > Windows Apps > + Create and select the app type as Enterprise App catalog app. Then search for google chrome and create the app deployment.

Method 3: Deploy Chrome Using Win32 App Deployment

Another way to deploy the Google Chrome browser is by using the Win32 app deployment method. This approach requires packaging the installer into an .intunewin file and provides greater flexibility in Intune. Compared to the other deployment methods, Win32 apps offer additional configuration options, such as custom install and uninstall commands, detection rules, requirement rules, dependencies, supersedence, return codes, and delivery optimization settings. For more details on Win32 app deployment, refer to the guide: How To Deploy Win32 Apps Using Intune.

Sync Intune Policies

The device check-in process might not begin immediately. If you’re testing this policy on a test device, you can manually kickstart Intune sync from the device itself or remotely through the Intune admin center.

Alternatively, you can use PowerShell to force the Intune sync on Windows devices. Restarting the device is another way to trigger the Intune device check-in process.

Monitoring App Deployment

  • Sign in to the Intune admin center > Apps All apps.
  • Click on the app deployment and check the Overview tab to find the deployment status.
  • Click on Device install status and User install status under monitor to get the status of app deployment per device and user.

End User Experience

It didn’t take long to deploy this application to the target devices. Within a few minutes, the app was installed on my device. Once installed successfully, you’ll see the Google Chrome icon on your desktop.

Google Chrome Icon Deployed via Intune

To keep Google Chrome up to date, enforce the Chrome auto-update policy via Intune. For more details, refer to the guide: Enable Auto Updates in Google Chrome Using Intune.

If you are looking to deploy Google Chrome on macOS via Intune, refer to the guide: Deploy Google Chrome On macOS Using Intune.

Leave a Comment