How to find out which service pack (if any) is installed for VC++ ?

Is there any way how to find it out ?
Thanks in advance.
Standa.
[82 byte] By [s_k] at [2007-11-18 1:39:26]
# 1 Re: How to find out which service pack (if any) is installed for VC++ ?
If you are using VC++ 6 then check out

http://support.microsoft.com/default.aspx?scid=kb;EN-US;194295 (HOWTO: Tell That a Visual Studio Service Pack Is Installed)
antares686 at 2007-11-10 8:54:03 >
# 2 Re: How to find out which service pack (if any) is installed for VC++ ?
to determine whether 3, 4 or 5 service pack...

service pack 3 4 or 5 (http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B316915)

Also, in MSDN library... if you do a search for the following...
Q258649 mfc42.dll msvcrtd.dll
one entry shows up which is Q258649
and it shows how to find if service pack up to 4.

Hope this helps
Jeff Hilss at 2007-11-10 8:55:13 >