ChocoInstallParams
The choco install parameter type.
Record Fields
Record Field | Description |
AdditionalArgs
Signature: string
|
A character string containing additional arguments to give to choco. |
ForceX86
Signature: bool
|
Force x86 (32bit) installation on 64 bit systems. Default |
InstallArgs
Signature: string
|
Install Arguments to pass to the native installer in the package.
Equivalent to the |
NonInteractive
Signature: bool
|
Do not prompt for user input or confirmations. Default |
OverrideArgs
Signature: bool
|
Should install arguments be used exclusively without appending to current package passed arguments? Default |
PackageParameters
Signature: string
|
Parameters to pass to the package.
Equivalent to the |
Password
Signature: string
|
Password - the user's password to the source.
Equivalent to the |
Prerelease
Signature: bool
|
Include prerelease. Default |
SkipPowershell
Signature: bool
|
Skip Powershell - Do not run chocolateyInstall.ps1. Default |
Source
Signature: string
|
Equivalent to the |
Timeout
Signature: TimeSpan
|
The choco execution timeout. |
ToolPath
Signature: string
|
The location of the choco executable. Automatically found if null or empty. |
User
Signature: string
|
User - used with authenticated feeds.
Equivalent to the |
Version
Signature: string
|
Version of the package
Equivalent to the |