chocolatey / cChoco

Community resource to manage Chocolatey
Apache License 2.0
153 stars 99 forks source link

Fixing $env:ChocolateyInstall when is empty #129

Closed cribeiro84 closed 4 years ago

cribeiro84 commented 5 years ago

I'm facing an issue to use the cChoco install package DSC because for some reason the $env:ChocolateyInstall variable is empty. Therefore, I added a line to dynamically get the choco.exe sourcedue the $env:ChocolateyInstall is empty.

130

pauby commented 5 years ago

@cribeiro84 Is there an issue open for this? If not can you open one?

cribeiro84 commented 5 years ago

Sorry @pauby, just created the issue #130

pauby commented 4 years ago

@cribeiro84 Are you still interested in taking this forward?