Multi-volume Distribution: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Line 14: | Line 14: | ||
<attach>multivolume.zip</attach> | <attach>multivolume.zip</attach> | ||
<attach>CABSetup.zip</attach> | |||
[[Category:Real_World_Installers]] | [[Category:Real_World_Installers]] |
Latest revision as of 20:59, 27 December 2007
Author: Afrow UK (talk, contrib) |
Description
The file multivolume.zip contains two NSIS examples for multi volume distribution (i.e. more than one CD for a product). CABSetup.zip is a plug-in that allows multi-volume distribution via CAB files.
The first example splits a large product distribution of a theoretical 2.1GB into 1 root installer and 3 more installers of 700 MB each (to fit on 700 MB compact disks.)
The second example is one installer which copies files from multiple disks onto the users' hard drive.
Download
multivolume.zip (6 KB) CABSetup.zip (74 KB)