How can I tell if a computer has Service Pack 1 for Visual Studio 2010 Ultimate?

I assume it is by version number, but I don't know what version means what. (The version I am looking at is 10.0.30319.1 RTMRel)

link|improve this question

75% accept rate
feedback

2 Answers

up vote 11 down vote accepted

When you have SP1 installed you'll see instead:

Microsoft Visual Studio 2010
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.0.30319 SP1Rel

Therefore you are still on RTM (release to market) version, not the SP.

link|improve this answer
1  
+1 beat me by 9 seconds. – Andrew Jul 27 '11 at 19:55
1  
This is in Help / About – Matt Hickford May 24 at 9:37
feedback

RTMRel is the "release to manufacturing" release. This is when the product is officially launched. If you have SP1 installed, it would say "SP1Rel" after the version (in the case of Visual Studio).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.