Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24713] Windows: VS2017 reported as not installed when no vcvarsall detected

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionHold
Resolution Date2020-02-11T14:23:26.000+0000
Affected Version/sRelease 6.1.0
Fix Version/sn/a
ComponentsWindows
Labelscb-tooling
ReporterEwan Harris
AssigneeEwan Harris
Created2017-05-22T14:34:58.000+0000
Updated2020-02-11T14:23:26.000+0000

Description

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

Comments

No comments

JSON Source