vswhere now searches older versions of Visual Studio
One of the top requests I kept hearing for vswhere was to also search older versions of Visual Studio. You can now do that starting with the latest release.
1 | vswhere -legacy -latest -property installationPath |
Even if you don’t have Visual Studio 2017 or newer installed –