Archive: Split Installer into Multiple Files


Split Installer into Multiple Files
Hi,

I was wondering if it was possible to split the installer into multiple data files? (Used if the file is too big to fit onto one media like a cD)


There is no real native support, but you can handle it yourself by using the CopyFiles command, or a plugin like the CABSetup plugin


http://nsis.sourceforge.net/Multi-volume_Distribution

Stu