DscResources icon indicating copy to clipboard operation
DscResources copied to clipboard

Should this module handle updating modules?

Open gustavdw opened this issue 8 years ago • 1 comments

Right now the module only supports installation and uninstallation of modules. We could add support for the Update-Module cmdlet to update existing installations of modules, thus retaining only a single installed module rather than side-by-side installations.

How should we implement this, and should we implement it? Perhaps through an 'UpdateExistingVersion' property on the moduleresource that updates any modules it finds rather than installs a newer version?

gustavdw avatar Jan 20 '17 10:01 gustavdw

Good idea !

jbpaux avatar Oct 27 '17 13:10 jbpaux