I'm trying to build a setup installer for my application. One of the things that need to be installed is Microsoft Visual C++ 2010 Service Pack 1
to support some of my dlls I use.
Maybe I missing something but with everything I'm reading I need to be using a Merge Module
to help me install Microsoft Visual C++ 2010 Service Pack 1
as a dependency. I read somewhere that I should be using Merge Modules. After trying to add a Merge Module to my setup project I ran into this page telling me that I should NOT use merge modules if I plan on updating dlls and servicing the product...
Seeing as how I intend to provide updates to this product often I was going to go the route suggested in the aforementioned link we recommend that you install a Visual C++ Redistributable Package
. So I have the x86 and x64 redistributable packages, how do I package them with my Visual Studio install project?