Skip to content
⌘ NSIS Forum Archive

Copying contents of a whole folder

5 posts

tilak#

Copying contents of a whole folder

Hi All,
I have a folder, the contents of which I need to copy using the installer script.
How do I do that in any way better than having one line per file
File fileA
File fileB
and so on ...

Is there a better way ?