SCCM application restart behavior

woo hada 165 Reputation points
2024-08-26T12:35:36.42+00:00

I deployed an application from SCCM console, when I check the application in software center on the client, I see the status of restart required is Might be required, but the application is not need to restart after installation actually.

Can I make the status to not required during the deployment?

Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. Sherry Kissinger 5,526 Reputation points
    2024-08-26T17:57:56.8266667+00:00

    That's just informational, that doesn't dictate that a reboot WILL be required, post installation.

    Usually, any application deployment the reboots are governed by "what the exit code says".

    If the exit code of the installation is 0, CM will know that a reboot is not required. But if, for example, post-installation the exit code is 3010, CM by default knows that means "Success, but reboot required", and the behavior you elected to happen in that situation will be triggered (don't reboot immediately, or a reboot will be triggered in xx minutes, it's all choices you made usually early on in configuring your CM)

    Basically, if whatever-it-is exits following installation with a "0", there won't be a reboot.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2024-08-27T06:40:05.5266667+00:00

    Hi, @woo hada

    Thank you for posting in Microsoft Q&A forum.

    That is configured in deployment type properties User Experience options, like Sherry mentioned, the default option is Determine behavior based on return codes, so it shows Might required a reboot, if we select No specific action, software Center will report that no reboot is required.

    https://learn.microsoft.com/en-us/mem/configmgr/apps/deploy-use/create-applications#deployment-type-properties-user-experience-options


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.