Choco.ChocoPackParams Type
The choco pack parameter type.
Record fields
Record Field | Description |
Full Usage:
AdditionalArgs
Field type: string
|
|
Full Usage:
Authors
Field type: string list
|
|
Full Usage:
BugTrackerUrl
Field type: string
|
Url pointing to the location where issues and tickets can be accessed. Used for the nuspec creation.
|
Full Usage:
Checksum
Field type: string
|
The checksum hash value of the PackageDownloadUrl resource
This allows a checksum to be validated for files that are not local. The checksum type is
covered by ChecksumType. Equivalent to the
|
Full Usage:
Checksum64
Field type: string
|
The checksum hash value of the PackageDownload64Url resource
This allows a checksum to be validated for files that are not local. The checksum type is covered by
ChecksumType64. Equivalent to the
|
|
The type of checksum that the file is validated with. Default: Sha256
Used to create
|
|
The type of checksum that the file is validated with. Default: Sha256
Used to create
|
Full Usage:
Copyright
Field type: string
|
|
|
|
|
|
Full Usage:
Description
Field type: string
|
|
Full Usage:
DevelopmentDependency
Field type: bool
|
Boolean specifying whether the package will be marked as a development-only dependency. Default: false. Used for the nuspec creation.
|
Full Usage:
DocsUrl
Field type: string
|
|
Full Usage:
Files
Field type: (string * string option * string option) list
|
|
|
|
Full Usage:
IconUrl
Field type: string
|
|
|
Installer type. Default: Zip.
Used to create
|
Full Usage:
LicenseUrl
Field type: string
|
|
Full Usage:
MailingListUrl
Field type: string
|
|
Full Usage:
NonInteractive
Field type: bool
|
|
Full Usage:
OutputDir
Field type: string
|
Output directory for the files (nuspec,
|
Full Usage:
Owners
Field type: string list
|
|
Full Usage:
PackageDownload64Url
Field type: string
|
Url pointing to the installer (exe, msi, zip) of the 64 bits version of the package. Used to create chocolateyInstall.ps1 if it doesn't exists.
|
Full Usage:
PackageDownloadUrl
Field type: string
|
Url pointing to the installer (exe, msi, zip) of the package. Used to create chocolateyInstall.ps1 if it doesn't exists.
|
Full Usage:
PackageId
Field type: string
|
Id of the package. Should be lowercase, not contains weird chars and use dash (-) instead of spaces. Used for the nuspec creation.
|
Full Usage:
PackageSourceUrl
Field type: string
|
Url to the chocolatey package repository, not the software (unless they are the same). Used for the nuspec creation.
|
Full Usage:
ProjectSourceUrl
Field type: string
|
|
Full Usage:
ProjectUrl
Field type: string
|
|
|
|
|
|
Full Usage:
ReleaseNotes
Field type: string
|
|
Full Usage:
RequireLicenseAcceptance
Field type: bool
|
|
Full Usage:
SilentArgs
Field type: string
|
Silent args for the installer.
Used to create
|
Full Usage:
Summary
Field type: string
|
Summary of the package.
Used for the nuspec,
|
Full Usage:
Tags
Field type: string list
|
|
|
|
Full Usage:
Title
Field type: string
|
|
Full Usage:
ToolPath
Field type: string
|
|
Full Usage:
UninstallPath
Field type: string
|
Either: - For zip: the zip filename originally installed - For exe or msi: the full path to the native uninstaller to run
|
Full Usage:
UnzipLocation
Field type: string
|
Unzip location for zip package. Default: Chocolatey install folder.
Used to create
|
Full Usage:
Version
Field type: string
|
|