Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Multiple $INSTDIRs (http://forums.winamp.com/showthread.php?t=233231)

dsrichard 15th December 2005 14:10

Multiple $INSTDIRs
 
Hi -

Is it possible to have more than one default Install Directory. I am trying to install files to both \programfiles\foo and also \inetpub\wwwroot\foo but don't want to have to manually insert the \inetpub... path in the SetPath statements.

Is there a way to create something like a variable $INSTDIR2 and assign it the \inetpub path?

thanks -
David

goldy1064 15th December 2005 15:48

Var INSTDIR2
...
StrCpy $INSTDIR2 "mypath"


All times are GMT. The time now is 05:49.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.