Can NSIS handle files > 2 GB? Shortcuts?
Hi. I'm working on a software package (music synthesizer) for Windows, and we are currently using Vise as an installer. Vise has some real shortcomings, and we've heard good things about NSIS, so we think we will switch to NSIS. We need to make 100% sure NSIS will work before we invest the time to switch, so we have two questions:
1) Our package, compressed, is about 4 GB (includes a _huge_ data file) and is delivered on a DVD. A single file is 3 GB. Can NSIS support files > 2 GB?
2) Our users frequently install thru shortcuts for installation. In other words, the customer will have (already existing) a directory path like:
C:\Program Files\Music\PlugIns\Delays
where the "PlugIns" folder is a shortcut TO A FOLDER ON ANOTHER VOLUME. Can NSIS install into (through) shortcuts like that?
Thanks in advance for any help,
neal