[This is preliminary documentation and subject to change.]
The ServiceControl table is used to control installed or uninstalled services.
The ServiceControl table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
ServiceControl | Identifier | Y | N |
Name | Text | N | |
Event | Text | N | |
Arguments | KeyFormatted | Y | |
Wait | Integer | Y | |
Component_ | Identifier | N |
The following values are only used during an install.
Value | Meaning |
---|---|
1 | Starts the service during the StartServices action. |
2 | Stops the service during the StopServices action. |
4 | <reserved> |
8 | Deletes the service during the DeleteServices action. |
The following values are only used during an uninstall
Value | Meaning |
---|---|
16 | Starts the service during the StartServices action. |
32 | Stops the service during the StopServices action. |
64 | <reserved> |
128 | Deletes the service during the DeleteServices action. |
None.