Summary
Installs Chocolatey packages using the specified package configuration file and settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Install - Containing Type
- ChocolateyInstaller
Syntax
public void InstallFromConfig(FilePath packageConfigPath, ChocolateyInstallSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| packageConfigPath | FilePath | Path to package configuration to use for install. |
| settings | Chocolatey |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
