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
Syntax
public static void InstallService(this ICakeContext context, InstallSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeNamespaceImportAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The cake context. |
settings |
InstallSettings |
The settings to use when installing the service. |
Return Value
Type |
Description |
void |
If the service was installed. |