What is command line to install google chrome
Question
Hi All,
I have created chrome.exe application in sccm and deployed, it’s not working. Look like the installation program could be wrong. I used “ChromeSetup.exe” /i /q. Can some one get the correct command line to install chrome
Answers ( 3 )
I deploy the msi version:
msiexec /i “GoogleChromeStandaloneEnterprise64.msi” /q
Hello, Please try what Guru has suggested.
Here you can go for more details about installation, deployment using SCCM.
+ https://www.anoopcnair.com/deploy-google-chrome-update-with-sccm/#Create_Google_Chrome_Application_Package
Open a CMD Window navigate to the ChromeSetup.exe and type into the CMD Window ChromeSetup.exe /help or /? and you will mostly get a help.
If not try ChromeSetup.exe /silent or /qn for Quet without any interaction