ServiceControlEvents Enumeration
Defines values for the Event column of the ServiceControl table.
Members
| Member | Description |
|---|---|
| Delete | During an install, deletes the service during the DeleteServices action. |
| 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. |
| UninstallDelete | During an uninstall, 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. |
WixToolset.Dtf.WindowsInstaller.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |