Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   FILE command not working (http://forums.winamp.com/showthread.php?t=310906)

RossSCann 27th August 2009 23:44

FILE command not working
 
Trying to create first simple installer
The needed files are all in C:\install\all_ver
The syntax
FILE C:\install\all_ver

Results in error message -> no files found

What do I need for the correct syntax

demiller9 28th August 2009 01:11

FILE C:\install\all_ver\*.*

disruptor108 3rd November 2009 16:43

I'm trying to do this:
code:
SetOutPath "$INSTDIR\${PRODUCT_NAME}\Gadgets\Example.gadget\en-us"
File /r /x .svn "..\en-US\*.*"


But when I go to install, all the files in the folder say "Skipped" along with the file names. I can tell the files are being added into the installer, but for some reason they aren't being extracted from the install and I can't figure out why.


All times are GMT. The time now is 17:31.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.