Hi,
I need to include the vcredist_x86.exe file for VS 2012 (not 2010 or earlier) in a Bootstrapper script that msbuild uses to build a WIX installer.
The 2010 version had a product name in the script that would allow msbuild to find the correct file.
The product name is in the product.xml file in the SDK folder next to the vcredist_x86.exe file.
The problem is that VS 2012 does NOT install the vcredist_x86.exe file or the product.xml file.
I can download the exe file but I cannot find the product.xml file.
I've spent hours googling and downloaded every SDK I can find.
I found a posting on an MS site that said this was a bug in the VS installer and would be remedied in the current installer. This was a old posting. I've downloaded the current installer en_visual_studio_professional_2012_x86_dvd_2262334.iso.
It still does not install either of the two files.
I cannot guess the exact spelling of the product code for the vcredist_x86.exe file.
It is not the same as the VS 2010 version with the "v10" replaced with "v11".
Any help would be greatly appreciated.
The script for 2010 contains:
<BootstrapperFile Include="Microsoft.Visual.C++.10.0.x86"><ProductName>Visual C++ 2010 Runtime Libraries (x86)</ProductName></BootstrapperFile>
I need the equivalent for VS 2012.
Thanks,
David