NuGet / NuGet.Build.Packaging

The NuGetizer-3000 is here!
Other
70 stars 28 forks source link

Implement workaround for 15.3 missing prerequisite installation #142

Closed kzu closed 7 years ago

kzu commented 7 years ago

It's been confirmed that there is an issue where the prerequisites are not installed automatically. This may be fixed by 15.3 RTW, but an official workaround is to make the extension All Users (require Admin).

We take the chance to also install to a nice well-known location :)

Fixes https://github.com/NuGet/Home/issues/5383

kzu commented 7 years ago

This workaround doesn't work because we have a nested VSIX too, and making all these VSIXes "AllUsers" just to workaround a limitation doesn't seem right.

We'll wait for Preview 4, which will contain a proper fix on the Willow side.