ChocolateyInstaller.

InstallFromConfig(FilePath, ChocolateyInstallSettings) Method

Summary

Installs Chocolatey packages using the specified package configuration file and settings.

Syntax

public void InstallFromConfig(FilePath packageConfigPath, ChocolateyInstallSettings settings)

Parameters

Name Type Description
packageConfigPath FilePath Path to package configuration to use for install.
settings ChocolateyInstallSettings The settings.

Return Value

Type Description
void