Thursday, December 18, 2008

How to detect if Visual Studio 2008 SP1 is installed on a machine

You can also determine the service pack level of a more general, larger scope by reading a REG_DWORD registry value named SP from under :

HKEY_LOCAL_MACHINE\Software\Microsoft\DevDiv\[ProductFamily]\Servicing\9.0\

VSTD for Visual Studio 2008 Team Edition
Look for SP or SPIndex DWORD key 1 means installed 0 means not installed

No comments: