User guide

80
Parameters
Mandatory?
Description
ServiceName
Yes
Name of the service to delete.
Start Service
This action allows users to start an existing Windows service. It will fail if the service to configure does not exist but
will not fail if it is already started. The configuration variables of this action are:
Parameters
Mandatory?
Description
ServiceName
Yes
Name of the service to start.
Stop Service
This action allows users to stop an existing Windows service. It will fail if the service to configure does not exist but
will not fail if it is already stopped. The configuration variables of this action are:
Parameters
Mandatory?
Description
ServiceName
Yes
Name of the service to stop.
Restart Service
This action allows users to restart an existing Windows service. It will fail if the service to configure does not exist
but will not fail if it is stopped. The configuration variables of this action are:
Parameters
Mandatory?
Description
ServiceName
Yes
Name of the service to restart.
INI File
Modify Section Name
This action allows users to change the name of a section in an INI file specified file. If the INI file specified does not
exist, it will be created. If no section corresponds to the name to be changed, the action will still succeed. The
configuration variables of this action are:
Parameters
Mandatory?
Description
INIFileName
Yes
The INI file name and path (if required)
SectionName
No
The section name to be modified. If not specified, the root section
will be renamed (all keys that are at the beginning of the file
before the first section is considered in the root).