
When users install your application they will be asked to also install the C++ Runtime libraries. I used vcredist_圆4.2012.Īt this point you can open your solution and publish your solution. Make sure you use a different name to avoid overwriting the 2013 libraries. Copy the folder vcredist_x86 to the folder that Visual Studio 2013 uses: C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages.If you want a different version of the C++ Runtime Libraries you should change the v8.0a version number. Go to the following folder: C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\Packages.To fix this you will need to copy some files. If you open your project at this point and go to the prerequisites you will notice a warning that Visual Studio 2013 cannot find the Visual C++ Runtime Libraries. And if you want to use a different version of the C++ library you will have to change the 11.0 version number. If you want to use the 32-bit version you should replace 圆4 with x86. The example above is for the 64-bit version of the Visual C++ 2012 Runtime Libraries. You will have to change some version numbers if you are using a different version of Visual Studio or want a different version of the Visual C++ Runtime libraries.įirst add the following to your project file: The example below is for using the Visual C++ 2012 Runtime libraries in Visual Studio 2013. You can accomplish this by hacking your project file and copying some files.
