Visual C++ 2005 dll installation problem
I'm unable to install the Visual C++ 2005 redistributable dlls. The following installation code successfully executes, but is insufficient to get my C++ application running. I'm embedding the manifest of my program's executable in the resource file. What is the correct way to install the new Visual C++ 2005 dlls?

SetOutPath "$INSTDIR"
SetOverwrite off
IfFileExists "$INSTDIR\vcredist_x86.exe" +3 0
File ".\DTN\ReDist2005\vcredist_x86.exe"
ExecWait "$INSTDIR\vcredist_x86.exe /q:a"