Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   [CreateDirectory] bug or bad use? (http://forums.winamp.com/showthread.php?t=303788)

theazyfa 5th March 2009 09:13

[CreateDirectory] bug or bad use?
 
hi all,
I try to make a silent installer with NSIS.
When i run NSIS installer normally (not silently) i don't have any problems.
But when i use the Silent mode, CreateDirectory don't create my directory and then the File command failed.
I don't have any flags error on the CreateDirectory Command.

I've already checked the path and i don't find any errors.

Quote:

CreateDirectory $CC_HOME
CreateDirectory $CC_HOME\bin
SetOutPath $CC_HOME\bin
File /r /x *.vshost.* /x *.pdb myDir\*.*
any suggestions?

theazyfa 5th March 2009 09:28

Someone can "delete" this post for me?

I found my error.

Sorry.


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

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.