Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Visual C++ 2005 dll installation problem (http://forums.winamp.com/showthread.php?t=265464)

JManGroup 9th February 2007 14:54

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"


All times are GMT. The time now is 04:44.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.