FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Choco.ChocoInstallParams Type

The choco install parameter type.

Record fields

Record Field Description

AdditionalArgs

Full Usage: AdditionalArgs

Field type: string

A character string containing additional arguments to give to choco.

Field type: string

ForceX86

Full Usage: ForceX86

Field type: bool

Force x86 (32bit) installation on 64 bit systems. Default false. Equivalent to the --forcex86 option.

Field type: bool

InstallArgs

Full Usage: InstallArgs

Field type: string

Install Arguments to pass to the native installer in the package. Equivalent to the --installargs option.

Field type: string

NonInteractive

Full Usage: NonInteractive

Field type: bool

Do not prompt for user input or confirmations. Default true. Equivalent to the -y option.

Field type: bool

OverrideArgs

Full Usage: OverrideArgs

Field type: bool

Should install arguments be used exclusively without appending to current package passed arguments? Default false. Equivalent to the --overrideargs option.

Field type: bool

PackageParameters

Full Usage: PackageParameters

Field type: string

Parameters to pass to the package. Equivalent to the --params option.

Field type: string

Password

Full Usage: Password

Field type: string

Password - the user's password to the source. Equivalent to the --password option.

Field type: string

Prerelease

Full Usage: Prerelease

Field type: bool

Include prerelease. Default false. Equivalent to the --pre option.

Field type: bool

SkipPowershell

Full Usage: SkipPowershell

Field type: bool

Skip Powershell - Do not run chocolateyInstall.ps1. Default false. Equivalent to the --skippowershell option.

Field type: bool

Source

Full Usage: Source

Field type: string

The source to find the package(s) to install. Special sources include: ruby, webpi, cygwin, windowsfeatures, and python. Equivalent to the --source option.

Field type: string

Timeout

Full Usage: Timeout

Field type: TimeSpan

The choco execution timeout.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The location of the choco executable. Automatically found if null or empty.

Field type: string

User

Full Usage: User

Field type: string

User - used with authenticated feeds. Equivalent to the --user option.

Field type: string

Version

Full Usage: Version

Field type: string

Version of the package Equivalent to the --version option.

Field type: string