This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Services.
Summary
Installs a service on a computer
- Assembly
- Cake
.Services .dll - Namespace
- Cake
.Services - Containing Type
- IServiceManager
Syntax
void Install(string computer, InstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
computer | string | The computer on which the service resides. |
settings | InstallSettings | The settings to use when installing the service. |
Return Value
Type | Description |
---|---|
void | If the service was installed. |