How to deploy Chrome Browser with Group Policy
I know this is bad but sometimes companies want to deploy Chrome browser to their Windows workstations. I personally recommend Firefox... Anyway, we will see how to do it with group policy (GPO) in a Active Directory environment.
I made it works for Workstations and for Users who doesn't have Administrator rights.
Download msi file
- First thing first we need to download msi file :
- Put the
GoogleChromeStandalone Entreprise64.msifile to the NETLOGON share of your DC :
Create Group Policy Object
- Open Active Directory Users and Computers :
- Move Computers to OU (Organizational Unit) :
- Open Group Policy Manager :
- Create GPO :
- Give a name to the new GPO :
- Edit the GPO :
- Go to Computer Configuration > Policies > Software Settings > Software Installation > Right click > New > Package...
- Select the GoogleChromeStandalone Entreprise64 MSI package :
- Let Assigned as deployment method :
Errors
First it didn't work and I could see this list of errors inside Event Viewer
The assignment of application Google Chrome from policy install failed. The error was : %%1274
The removal of the assignment of application Google Chrome from policy Deploy - Chrome failed. The error was : %%2
Failed to apply changes to software installation settings. The installation of software deployed through Group Policy for this user has been delayed until the next logon because the changes must be applied before the user logon. The error was : %%1274
Specify startup policy processing wait time
Thanks to https://serverfault.com/ I could solve it :
- Computer Configuration > Policies > Administrative Templates > System > Group Policy > Specify startup policy wait time
- Set
120for Amount of time to wait :
Result
Reboot and …