The Windows Service Delete Action deletes an existing NT service identified by its internal name. The NT service must be registered with the Service Control Manager. Before deleting the service, this bean checks to see if the service's current status is "stopped". If not, it stops the service prior to deleting it.
It uses the Win32 APIDeleteService
to actually delete the service.
Please see the documentation for that API, the Bean Help for the individual
properties (below), and the MultiPlatform User's Guide Chapter 3.2 Wizard Actions for more information.