Method | Description | |
---|---|---|
IsServiceInstalled ( string serviceName ) : bool | ||
PerformAnyRequestedInstallations ( string args, ApplicationContext context, string assemblyLocation = null ) : void | ||
SimpleServiceApplication ( ) : System |
Method | Description | |
---|---|---|
ConfigureServiceInstall ( ApplicationContext context ) : void | ||
EnsureElevated ( string args ) : void | ||
GetInstallBehavior ( string args ) : InstallBehavior | ||
InstallAssemblyAsService ( string assemblyLocation ) : void | ||
TryInstallAsService ( string assemblyLocation ) : void | ||
UninstallService ( string assemblyLocation ) : void |
public static IsServiceInstalled ( string serviceName ) : bool | ||
serviceName | string | |
return | bool |
public static PerformAnyRequestedInstallations ( string args, ApplicationContext context, string assemblyLocation = null ) : void | ||
args | string | |
context | ApplicationContext | |
assemblyLocation | string | |
return | void |