Install-PackageProvider with Windows DSC

How can I add a package provider with Windows DSC? I want to add Chocolatey but I cannot find any documentation on how to do this via DSC.

(Please note I don’t want the cChoco module)

Right now, I don’t think anyone’s written a DSC resource that adds a Package Provider. So you’d need to write a resource that did that. Or, just use a generic Script resource to call the Register- command.

Sounds like a good excuse for me to learn the new class syntax :slight_smile: