|
|
|
|
#1 |
|
Member
Join Date: Aug 2005
Location: Australia
Posts: 71
|
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? |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Sep 2004
Location: Nottingham
Posts: 263
|
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. |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Jul 2004
Posts: 671
|
code: Last edited by Instructor; 15th March 2006 at 08:28. |
|
|
|
|
|
#4 |
|
Member
Join Date: Aug 2005
Location: Australia
Posts: 71
|
Thanks Instructor, but I just want it to put all in the same directory. What do I change?
|
|
|
|
|
|
#5 |
|
Member
Join Date: Aug 2005
Location: Australia
Posts: 71
|
I changed:
code: to code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|