ServiceControlEvents Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation ServiceControlEvents Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerServiceControlEvents
Defines values for the Event column of the ServiceControl table.
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum ServiceControlEvents
<FlagsAttribute> _
Public Enumeration ServiceControlEvents
[FlagsAttribute]
public enum class ServiceControlEvents
Members
Member Description
None
No control events.

Start
During an install, starts the service during the StartServices action.

Stop
During an install, stops the service during the StopServices action.

Delete
During an install, deletes the service during the DeleteServices action.

UninstallStart
During an uninstall, starts the service during the StartServices action.

UninstallStop
During an uninstall, stops the service during the StopServices action.

UninstallDelete
During an uninstall, deletes the service during the DeleteServices action.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)