Skip to content
⌘ NSIS Forum Archive

Split Installer into Multiple Files

3 posts

00quick00#

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)
Anders#
There is no real native support, but you can handle it yourself by using the CopyFiles command, or a plugin like the CABSetup plugin