WindowsServiceManager.InstallService

This method installs and runs the service in the service conrol manager.

public bool InstallService( string svcPath,
	string svcName,
	string svcDispName );

Return Value

True if the process went thro successfully. False if there was any error.

Parameters

svcPath
The complete path of the service.

svcName
Name of the service.

svcDispName
Display name of the service.


See also:

Class WindowsServiceManager

© West Wind Technologies, 2018 • Updated: 12/28/06
Comment or report problem with topic