Open file dialog - multi-select question
Hi,
I'm trying to use an "open file" dialog with the option to select multiple files, but it doesn't work:
* Even though I prefer it, InstallOptions doesn't have a documented way to select multiple files.
* I tried to use the "FileRequest" code found on the NSIS Wiki, which does have this option, but the return string is only the containing directory (the first in a sequence of strings), without the selected files (the rest of the strings in the sequence).
Any idea how I can achieve this?
Thanks