Deployment Tools Foundation
ServiceControlEvents Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ServiceControlEvents
Defines values for the Event column of the ServiceControl table.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum ServiceControlEvents
<FlagsAttribute> Public Enumeration ServiceControlEvents
[FlagsAttribute] public enum class ServiceControlEvents
[<FlagsAttribute>] type 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.dll) Version: 3.0.0.0 (3.11.1.2318)