PowerShell / PackageManagementProviderResource

Modules with DSC resources for the PackageManagement(aka OneGet) providers.
MIT License
37 stars 24 forks source link

Does not support parameters #12

Closed ivan-prodanov closed 8 years ago

ivan-prodanov commented 8 years ago

Let's say I register chocolatey and want to install VS 2015 with Web Dev Tools feature (which is disabled by default). I normally could by adding the "/feature ..." to the command line, but this great DSC resource doesn't pass any arguments to Install-Package. Please check AdditionalArguments.

Krishna-Vutukuri commented 8 years ago

@ivan-prodanov I fixed this issue with generic PackageManagement resource. Is it possible for you to look at the definition at https://github.com/PowerShell/PackageManagementProviderResource/blob/master/DSCResources/MSFT_PackageManagement/MSFT_PackageManagement.schema.mof