Introduction
Deploying Google Chrome across multiple systems can be a daunting task for IT administrators. A Chrome MSI installer simplifies the process by allowing for streamlined deployment and management. This guide will walk you through downloading, installing, and deploying the Chrome MSI using various methods, including GPO and SCCM.
Quick Fixes to Try First
- Ensure you’re using the latest version of the Chrome MSI from the official site.
- Verify network connectivity and permissions to access the download location.
- Check that you have administrative rights on the system where you’re deploying Chrome.
Downloading Chrome MSI
To download the Chrome MSI, follow these steps:
- Visit the Chrome Enterprise download page.
- Select the appropriate version for your operating system.
- Click on the download link and save the MSI file to your desired location.
Silent Install of Chrome MSI
To perform a silent installation of the Chrome MSI:
- Open the Command Prompt as an administrator:
- Windows: Press Windows + R, type
cmd, and press Enter. - macOS/Linux: Open Terminal from the Applications/Utilities folder.
- Navigate to the directory containing the Chrome MSI file.
- Execute the following command:
msiexec /i chrome_installer.msi /qn
Command Line Options
Customize your installation using these options:
/qn– No user interface./norestart– Suppresses automatic system restart./log logfile.txt– Outputs installation logs to the specified file.
GPO Deployment for Chrome MSI
Deploy Chrome via Group Policy on a Windows network:
- Open the Group Policy Management Console.
- Create a new Group Policy Object or edit an existing one.
- Navigate to Computer Configuration > Policies > Software Settings > Software Installation.
- Right-click and select New > Package.
- Select the Chrome MSI file and choose Assigned as the deployment method.
- Close the console to apply the policy changes.
SCCM Deployment for Chrome MSI
Deploy Chrome using System Center Configuration Manager (SCCM):
- Open the SCCM console and go to Software Library > Overview > Application Management > Applications.
- Select Create Application and choose the MSI deployment type.
- Browse for the Chrome MSI file and complete the wizard.
- Distribute the application to your distribution points.
- Deploy the application to a collection of devices.
Supported Platforms
While the Chrome MSI is primarily for Windows, deploying Chrome on other platforms can be done using different methods:
- macOS: Use the Chrome DMG file available on the download page.
- Linux: Use the package manager relevant to your distribution (e.g., APT, YUM).
Conclusion
Deploying the Chrome MSI installer can significantly ease browser management for IT admins. By following this guide, you can efficiently download, install, and deploy Chrome using various methods tailored to your network environment. For further details, consult the Chrome Enterprise Help Center.