Notify user and close application before deploying new version

Sven van der Vecht 41 Reputation points
2020-11-04T12:47:57.823+00:00

Hi!

I deploy and update chrome browser with Endpoint Manager. I found out that when a new version is installed on a computer where chrome is in use, chrome causes problems afterwards.

Is there a way to notify users to close chrome, before the installation starts?
Or noitfy users that chrome will close in 5 minutes and then start the installation?

Other suggestions are welcome....

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
459 questions
0 comments No comments
{count} votes

4 additional answers

Sort by: Most helpful
  1. Amandayou-MSFT 11,046 Reputation points
    2020-11-05T03:31:38.117+00:00

    Hi @Sven van der Vecht ,

    Thanks to Jason for the link, besides, we could refer to the following screenshot:

    Kindly enter the name of the target executable file, optionally, enter a friendly name for the application to help you identify it in the list.

    37641-1151.png

    Select the option to Automatically close any running executables you specified on the install behavior tab of the deployment type properties dialog box. This option is on the Deployment Settings tab of the deployment properties.(As note: the purpose of deployment setting should be Required):

    37536-1152.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. NikNicholas 1 Reputation point
    2020-11-06T02:38:28.02+00:00

    Hi,

    Following on from this I see at the end of the info: https://systemcenterdudes.com/sccm-install-behavior-for-applications/

    BONUS TIPS
    If you specify more than one application in Install Behavior, the warning will show all applications that need to be closed. The applications that are not running at deployment time will not be displayed.

    I wonder if you specify a second 'ghost_null.exe' the user will be shown which exe did need to be closed?

    I am unable to test right now sorry.

    0 comments No comments

  3. Jason Sandys 31,161 Reputation points Microsoft Employee
    2020-11-06T21:12:35.017+00:00

    I wonder if you specify a second 'ghost_null.exe' the user will be shown which exe did need to be closed?

    You mean specify the same EXE name twice? No. The only distinguishing factor is the process ID (PID) and this functionality is based on the EXE name alone so the PID is irrelevant for process matching and thus adding the EXE name twice has zero value. You can certainly file a UserVoice item to append the PID to the list of processes displayed to the user that must be closed and thus list multiple PIDs in the case that multiple processes match the EXE name, but I doubt that would be meaningful to the vast majority of users.


  4. Sven van der Vecht 41 Reputation points
    2020-11-11T06:23:37.043+00:00

    Thanks for all the helpfull information. I've tested this solution succesfully now and going to use it to deploy Chrome browser from now on.