disk spanning - possible?
Hi
Does NSIS have support for disk spanning similar to INNO's? I can't find anything in the manual.
It would be great to be able to type:
---
DiskSpanning Yes
DiskSliceSize 650000000
---
and automatically get 3 files (setup.exe, setup-1.bin and setup-2.bin) based on the files meant to be installed. I can't use copyfiles or zipdll or similar because I am installing about 1GB worth of stuff.
(This installer will be split accross 2 cds)