

To solve is to delete Google Chrome app from your Mac and Macbook system, and then you have to need again download and install Google Chrome on your Mac. If you are not able to open Google Chrome on your Mac system that means Chrome is not running on your system, then might be Chrome installer is crashed or not completed. Wait sometimes, restart your Mac, and then re-open your Google Chrome. Firstly you have to open menu and choose option.Script result: The file /Applications/Google Chrome.app does not exist. Script result: No matching processes were found

It still doesn't run but I got an error.Įxecuting Policy Install Latest Google Chrome V4 (Used the exact set of scripts as above, only swapping the Download and Install Google Chrome Script")ĭownload and Install Google Chrome Universal installer only:Īfter a wipe and reinstall. Just to make sure, I have also had the script that only calls the universal installer working on M1 as well, just ran it. Hdiutil attach Googlechrome.dmg -nobrowseĬp -r /Volumes/Google\ Chrome/*app /Applications Then curl -L -o "/tmp/googlechrome/Googlechrome.dmg" "" # Download Correct Google Chrome based on ArchitectureĬurl -L -o "/tmp/googlechrome/Googlechrome.dmg" "" I am still using the redundant script that chooses architecture: Policy with Name of Script 1 Name of Script 2 Name of Script 3 This is my current Policy for self Service: # Download Correct installer based on Architecture ARM You could use this as a template in the download section: In case anyone has found an installer that has separate Installers for Intel Vs. Xattr -rc "/Applications/Google Chrome.app" Sudo /usr/sbin/installer -pkg googlechrome.pkg -target / pkg and took out the bit for choosing an architecture.Ĭurl -L -o "/tmp/googlechrome/googlechrome.pkg" "" pkg with the extra bit of agreeing to the license etc, with the appended URL.

Thanks to the solution I did not need to choose between and intel and an M1 installer, I also Changed the. Wanted to start a new one with the focus on Intel and M1 This is currently working, hope this helps others. I have created a script to check for Architecture and snag the correct installer for Chrome.
