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++ |
[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.
|