Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The article you linked to says Restart Manager shuts down the running processes to mitigate reboot, and it should start the process after setup is complete. It also mentions which properties control the interaction with Restart Manager:</p> <p><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa370380.aspx" rel="noreferrer"><strong><code>MSIRMSHUTDOWN</code></strong></a> when set to <code>2</code>:</p> <blockquote> <p>Processes or services that are currently using files affected by the update are shut down only if they have all been registered for a restart. If any process or service has not been registered for a restart, then no processes or services are shut down.</p> </blockquote> <p>Ensure <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa370089.aspx" rel="noreferrer"><code>MSIDISABLERMRESTART</code></a> has value of <code>0</code>. In this case Restart Manager will restart all the processes and services it shut down.</p> <p>See also <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa370377.aspx" rel="noreferrer"><code>MSIRESTARTMANAGERCONTROL</code></a></p> <hr> <p>If you disable shutting down of running processes, the installation <em>would not fail</em>: it would succeed and Windows Installer will initiate system restart to complete the update. You can use <code>/norestart</code> option to suppress reboot. Yet it is <em>recommended</em> to reboot as soon as possible because the system is not in a consistent state.</p> <p>Thus it's better to teach your process to communicate with Restart Manager so that reboot is mitigated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload