Name |
Type |
Description |
Required |
Id |
String |
|
Yes |
Name |
String |
Name of the service. |
Yes |
Remove |
Enumeration |
Specifies whether the service should be removed on install, uninstall or both. This attribute's value must be one of the following:- install
- The service will be deleted by the DeleteServices action during install.
- uninstall
- The service will be deleted by the DeleteServices action during uninstall.
- both
- The service will be deleted by the DeleteServices action during install and uninstall.
|
|
Start |
Enumeration |
Specifies whether the service should be started on install, uninstall or both. This attribute's value must be one of the following:- install
- The service will be started by the StartServices action during install.
- uninstall
- The service will be started by the StartServices action during uninstall.
- both
- The service will be started by the StartServices action during install and uninstall.
|
|
Stop |
Enumeration |
Specifies whether the service should be stopped on install, uninstall or both. This attribute's value must be one of the following:- install
- The service will be stopped by the StopServices action during install.
- uninstall
- The service will be stopped by the StopServices action during uninstall.
- both
- The service will be stopped by the StopServices action during install and uninstall.
|
|
Wait |
YesNoType |
Specifies whether or not to wait for the service to complete before continuing. |
|