Skip to content
⌘ NSIS Forum Archive

CopyFiles Function question

5 posts

SyRenity#

CopyFiles Function question

Hi there.

I have some problem copying directory with CopyFiles. Is it possible at all, or should I use some weird loop with FindFirst and FileNext and go file after file? An example would be very helpfull.

Thanks in advance.
Joost Verburg#
Please explain the problem and attach relevant script code. CopyFiles works fine, the syntax is almost the same as when you are copying files in a console.
SyRenity#
CopyFiles "$EXEDIR/forInstall" "$INSTDIR\"

I need to copy the forInstal directory, but it simply doesn't copy anything.