Archive: How to copy an "external" file


How to copy an "external" file
Hi,

is there a way to make NSIS copy a file which is in the same folder as the installer to the install folder?

It seems the File command cannot do it, do I have to call the system APIs?

Thank you,
Mario


See CopyFiles :)


Yeah, that's it!

Thanks,
Mario