DscResources icon indicating copy to clipboard operation
DscResources copied to clipboard

support scope of module install

Open davidobrien1985 opened this issue 9 years ago • 1 comments

Right now the resource installs a module into the system scope (C:\Program Files...), this should be configurable.

davidobrien1985 avatar Sep 24 '15 11:09 davidobrien1985

I implemented this but the behavior when running install with currentuser as admin is installing into C:\Windows\System32\config\systemprofile\Documents\WindowsPowerShell\Modules, which doesn't appear to be in the psmodulepath by default, so even though the module is installed it's not found until the path is updated.

Edit: Well seems to be working now, I'll push this.

gustavdw avatar Jan 03 '17 13:01 gustavdw