Archive: Select a directory containin installation files rather than a ton of 'File "foo.txt"'


Select a directory containin installation files rather than a ton of 'File "foo.txt"'
Hi, I'm quite new to NSIS and have a quick question.

I would like to automate the creation of installer .exes by allowing users to dump their install files into a directory which is then accessed during script compilation.

I'd rather do it this way then having a "File 'blah.txt'" for each and every file that is to be installed.

Is this possible?

I hope the question is clear enough.

Thanks in advance,

lushdog


File /r "Folder\*.*"
You should have read up on File :p

Stu