![]() |
CopyFiles not copying in sub dirs
I am trying to copy all zips in all sub directories. I am using:
code: Why isn't it working? Also, I want to include skinning with Wansis as optional so someone can download the skinning pack, unzip it and skin away. How would I do this? |
You're telling it to copy all zip files in $EXEDIR to the install directory; your command doesn't mention subdirectories. Just as CopyFiles "$EXEDIR\hello.txt" "$INSTDIR\" won't try and find hello.txt in any subdirectories in $EXEDIR.
You want to use something like the Locate function, and put a CopyFiles in the callback. |
code: |
Thanks Instructor, but I just want it to put all in the same directory. What do I change?
|
I changed:
code: to code: |
| All times are GMT. The time now is 17:56. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.