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.)
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.)
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).
When you have SP1 installed you'll see instead:
Therefore you are still on RTM (release to market) version, not the SP.