MSIRESTARTMANAGERCONTROL Property

Windows Installer

MSIRESTARTMANAGERCONTROL Property

The MSIRESTARTMANAGERCONTROL Property specifies whether the Windows Installer package uses the Restart Manager or FilesInUse Dialog functionality.

Value

Value Meaning
0

This is the default value if the property is not set. Windows Installer always attempts to use the Restart Manager on Windows Vista.

"Disable"

Disables interaction of the package with the Restart Manager. Windows Installer uses the FilesInUse Dialog.

"DisableShutdown"

Windows Installer uses the FilesInUse Dialog. This setting disables attempts by the Restart Manager to mitigate restarts when installing a Windows Installer package that has not been authored to use the Restart Manager. The installer still uses the Restart Manager to detect files in use by applications.

 

Remarks

The MSIRESTARTMANAGERCONTROL Property is ignored if the Restart Manager is unavailable or disabled.

The value of this property can be modified using customization transforms or upgrades. Changing the value of this property from custom actions has no effect.

Requirements

VersionWindows Installer 5.0 on Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. See the Windows Installer Run-Time Requirements for information about the minimum service pack required by a Windows Installer version.

See Also

Properties
DisableAutomaticApplicationShutdown

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.