/build/static/layout/Breadcrumb_cap_w.png

Force close Chrome during managed install

We have a couple of applications we are pushing via Managed Installations through KACE and Chrome needs to be closed for the program to install.

I am having a hard time figuring out what parameters to enter to force close Chrome during the software push.


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Posted by: JasonEgg 3 years ago
Red Belt
3

Top Answer

AFAIK you can't do that via MSI command line switches for Chrome (I assume you're asking about Windows). The way to do it would be to run:

taskkill /IM "chrome.exe" /F

So if you wanted to use a Managed Installation (instead of a script), you would have to select "Override default installation" and check "Don't prepend msiexec.exe" and then have the "Full Command Line" be something like:

taskkill /IM "chrome.exe" /F && msiexec /i googlechrome.msi /qn /norestart

Posted by: rileyz 3 years ago
Red Belt
1

Check out PSAppDeployToolkit, it has a feature to show a prompt to the user to close Chrome, and you can allow the user to defer the install.

Posted by: GInfield 3 years ago
Senior White Belt
0

Thank you, I will give that a try.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ