ChocolateyInstaller.

Install(string, ChocolateyInstallSettings) Method

Summary

Installs Chocolatey packages using the specified package id and settings.

Syntax

public void Install(string packageId, ChocolateyInstallSettings settings)

Parameters

Name Type Description
packageId string The source package id.
settings ChocolateyInstallSettings The settings.

Return Value

Type Description
void