Creating Configurations

File Type Standard - Windows PowerShell Data File

All configurations use the Windows PowerShell Data File format. This is most commonly used for PowerShell Module Manifests but can also be used to store data, just like you would in an xml or json file formats. This has the benefit of being natively supported in PowerShell 4.0 and higher as well as using standard Powershell syntax.

Well Known Files

There are a subset of well known filenames that cChocoEx will use for specific functions if placed at $env:ProgramData\cChocoEx\config\.

sources.psd1
config.psd1
features.psd1

All other PSD1 files will default to be used by cChocoExPackageInstall and assumed to be packages.

Last updated

Was this helpful?