Summary
Installs Chocolatey packages using the specified package id and settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Install - Containing Type
- ChocolateyInstaller
Syntax
public void Install(string packageId, ChocolateyInstallSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageId | string | The source package id. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
