When my application runs, it requires that Microsoft Visual C++ 2010 Redistributable Package (x86) is installed. How do I include it in my app setup?
I use the setup wizard of Visual Studio 2010 to create it.
When my application runs, it requires that Microsoft Visual C++ 2010 Redistributable Package (x86) is installed. How do I include it in my app setup?
I use the setup wizard of Visual Studio 2010 to create it.
Take a look at the following articles. They explain how to include requisite resources in a setup project.
I would include the VC++ 2010 merge module into the setup project. Information on redistribution via merge module can be found in this MSDN article. General resitribution is available from the parent article.
Prerequisites Dialog Box
it's all explained here, follow the suggested steps then add VC++ 2010 runtime as prerequisite. Done!
If you're using a deployment project, I would recommend using Merge Modules.
Adding merge modules to your project is fairly straight forward.