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 )

    0
    2020-07-07T18:19:18+05:30

    I deploy the msi version:

    msiexec /i “GoogleChromeStandaloneEnterprise64.msi” /q

    0
    2020-07-07T11:21:44+05:30

    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

    0
    2020-07-07T08:22:41+05:30

    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

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .