Is there a Registry setting that I can look for to determine whether or not the Visual C++ redistributable is installed, whether standalone or as part of Visual Studio 2008?
The surest way is using the MsiQueryProductState API with the GUID of the different vcredist versions.
It works!
Regards.