Description
When a basic install of VS2017 is done (I installed just the editor),
ti info -t windows
will report that Visual Studio is not installed. This is because vcvarsall does not exist, and if it does not exist then we do not return any data on the install, [see here](
https://github.com/appcelerator/windowslib/blob/2d2c0c51a1599795fa1cbd0d2aa20e1d30b10c36/lib/visualstudio.js#L123), to help diagnose issues it would be nice to return the base install even when this does not exist.
Steps to reproduce
Install VS2017 selecting just the editor
Run ti info -t windows
Actual
No VS install reported
Expected
VS install should be reporter
No comments