How can I programatically get the path to MSBUild from a machine where my .exe is running?
I can get the .NET version from the Environment but is there away of getting the correct folder for a .NET version?
|
feedback
|
|
Poking around the registry, it looks like
may be what you're after; fire up regedit.exe and have a look. | |||
|
feedback
|
|
The Registry locations
give the location for the executable. But if you need the location where to save the Task extensions, it's on
| |||||
feedback
|