Answers for "silent install google chrome"

0

silent install google chrome

# This assumes you have the msi located in the script directory

# Batch
msiexec /i googlechromeenterprise64.msi /qn

# Powershell
Start-Process .\googlechromeenterprise64.msi -ArgumentList "/qn" -Wait
Posted by: Guest on March-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language