Run Service ActiveX Control provides the following properties to control the service:
| Properties | Brief Description |
| ServiceName | The name of the service to install |
| DisplayName | The display name to be used by user interface programs to identify the service |
| Description | The description of the service |
| InteractWithDesktopChanged | Defines whether the service can interact with the desktop |
| StartType | Service start options |
| BinaryPathName | The fully qualified path to the service binary file |
| LoadOrderGroup | The names of the loading order group which current service is a member of |
| Dependencies | The name of services or loading order group that the system must start before this service |
| ServiceStartName | The name of the account under which the service should run |
| Password | The password of the account name specified by the ServiceStartName parameter |
| IsCreate | Defines whether service is created |
| CurrentState | Get state of the current service |
See also