Archive: FILE command not working


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


FILE C:\install\all_ver\*.*


I'm trying to do this:

  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.