Share via

Visual Studio: iscomplete and islaunchable values with vswhere, what does that mean?

Mike D 20 Reputation points
2024-01-17T17:21:23.61+00:00

What do these values mean in regards to vswhere? IsComplete : False IsLaunchable : False

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer accepted by question author

Anna Xiu-MSFT 31,201 Reputation points Microsoft External Staff
2024-01-18T09:03:38.7333333+00:00

Hi @Mike D, 

Welcome to Microsoft Q&A! 

IsComplete and IsLaunchable are used to show whether the VS instance is in complete and launchable states. 

For IsComplete : False and IsLaunchable : False, it means that the installation of this instance is incomplete, and it cannot be launched. 

Sincerely,

Anna


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Michael Taylor 61,221 Reputation points
    2024-01-17T19:36:23.23+00:00

    They are simply wrappers around the setup state of the install. You can find the documentation for them here.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.