microsoft / vswhere

Locate Visual Studio 2017 and newer installations
MIT License
923 stars 98 forks source link

dll support #317

Closed sapsari closed 2 months ago

sapsari commented 2 months ago

Instead of an executable, I need an dll with the same functionalities. Because not every platform allows executables to be distributed. Also a .Net Standard 2.0 dll wrapping the native dll would even be better.

sapsari commented 2 months ago

Or never mind, I did miss the part that it can be found at %ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe

heaths commented 2 months ago

See also https://www.nuget.org/packages/Microsoft.VisualStudio.Setup.Configuration.Interop, but it doesn't do all the queries for you like vswhere.exe.