apacay
apacay

Reputation: 1712

How to know which edition of vs2010 do I have installed?

I've seen How can I check what version/edition of Visual Studio is installed programmatically?, but the question remains, what will I find if the version installed is the 2010 Ultimate or Premium?

The answer selected as correct says "go to the registry and find":

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\[version]\Setup\VS\[edition]

Where [version] can be:

And [edition] can be:

But it does not speak of Premium or Ultimate editions released (that I know of) for 2010 and 2012 at least.

Upvotes: 1

Views: 1277

Answers (1)

apacay
apacay

Reputation: 1712

Ok so I went to the registry on a machine with 2010 Ultimate and on

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS\

I've only found VSTS so, Ultimate is covered.

VSTS is the name of Ultimate in the registry

(But premium is still a question).

(And that's why this isnt an accepted answer yet).

Upvotes: 1

Related Questions