smsclictr.automation library
Create a remote Service with system privileges...

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
static 
void 
InstallService(
	
string 
sClient,
	
string 
sServicepath,
	
string 
sParams,
	
string 
sServiceName
)

Parameters

sClient
Type: System . . :: . String
Hostname to install the Service
sServicepath
Type: System . . :: . String
Path to the Executable
sParams
Type: System . . :: . String
Additional Parameters for the executable
sServiceName
Type: System . . :: . String
Name of the new Service

Exceptions

Exception Condition
System . . :: . Exception Installation Failure

See Also