Which VC++ Runtime do I need to package with my app installer if I'm using C++/CLI in VS 2010? Assuming the target PC is running Windows XP/Vista/7 and has no other VC++ Runtime installed.
- Visual C++ 2005 -- 3 MB
- Visual C++ 2005 SP1 -- 3 MB
- Visual C++ 2008 -- 2 MB
- Visual C++ 2008 SP1 -- 4 MB
I'm targeting .NET 2.0 although I'm building the app with ToolsVersion
set to "4.0"
.