This page has instructions how to deploy a local copy of VC++ 2008 libraries with your app, to avoid having to install 3rd-party vcredist. This is useful to me because it would let me send a zipped folder to users they can run without having to use an installer, which is disliked.
But, it doesn't work for me. My app doesn't use MFC, just Win32 and is otherwise standard C++. I have app/MyApp.exe
and that's it... which files should I be copying from %PROGDIR%\Microsoft Visual Studio 9.0\VC\Redist\x86
and exactly where should they go?
I am testing this on an XP-Mode Virtual PC and when I am trying to follow the instructions in the page, copying files across makes no change to getting the "The application failed to initialize" error. Is there some step I am missing?
I had a look at my manifest and it seems as expected only CRT is used: http://pastebin.com/BD4NZMC2