Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I check what version/edition of Visual Studio is installed programmatically?

I could read registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0. However, it doesn't give me any information about the edition of it - Professional/Ultimate or whatever.

How can I get the information with programmatically (preferably python)?

enter image description here

like image 572
prosseek Avatar asked Feb 23 '11 10:02

prosseek


People also ask

How do I know which version of Visual Studio is installed?

In Visual Studio, the Tab 'Help'-> 'About Microsoft Visual Studio' should give you the desired infos.

How do I know what version of Visual Studio 2019 I have?

Click on Help > About Microsoft Visual Studio . You will see the version number and the update you have installed.

How do I check my Visual Studio Code using CMD?

To get an overview of the VS Code command-line interface, open a terminal or command prompt and type code --help . You will see the version, usage example, and list of command line options.

What version of Visual Studio do I have command line?

Developer Command Prompt Search for the name of the command prompt file, which is VsDevCmd. bat, or go to the Tools folder for Visual Studio, such as %ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\Common7\Tools (path changes according to your Visual Studio version, edition, and installation location).


2 Answers

In Visual Studio, the Tab 'Help'-> 'About Microsoft Visual Studio' should give you the desired infos.

like image 136
AGuyCalledGerald Avatar answered Sep 24 '22 13:09

AGuyCalledGerald


Open the installed visual studio software and click the Help menu select the About Microsoft Visual studio--> Get the visual studio Version

like image 22
M.Dinesh Babu Avatar answered Sep 24 '22 13:09

M.Dinesh Babu