I am able to check registry for Visual C++ 2010 redistributables using WIX Bootsrapper using below code
util:RegistrySearch Id="VC2010x86" Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86" Variable="CPP2010Redistx86" Value="Installed" Result="value"
But I do not know how I need check registry for Visual C++ 2008 redistributables using WIX Bootsraper.
What will be the key value I need to use for VC++ 2008 instead of Key="SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86" which I uses for VC++ 2010.
Kindly suggest.