Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The ServiceInstaller type exposes the following members.

Methods

  NameDescription
Public methodStatic memberInstallService(String, String, String, String, StartMode, Boolean%)
Installs and optionally starts the service.
Public methodStatic memberInstallService(String, String, String, String, StartMode, String, String, Boolean%)
Installs and optionally starts the service.
Public methodStatic memberInstallService(String, String, String, String, StartMode, String, String, Boolean%, array<String>[]()[][])
Installs and optionally starts the service.
Public methodStatic memberSetLogonAsServicePrivilege
Set the Log-On As Service privilege to the given user.
Public methodStatic memberStartService
Stops the service.
Public methodStatic memberStopService
Stops the service.
Public methodStatic memberUnInstallService
Uninstalls the service with the given name.

See Also