Multi-volume Distribution: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Two NSIS examples for multi volume distribution (i.e. more than one CD for a product). | |||
The first example splits a large product distribution of a | |||
theoretical 2.1GB into 1 root installer and 3 more installers of 700 MB | theoretical 2.1GB into 1 root installer and 3 more installers of 700 MB | ||
each (to fit on 750 MB compact disks.) | each (to fit on 750 MB compact disks.) | ||
The second example is one installer which copies files from multiple disks onto the users' hard drive. | |||
== Download == | == Download == |
Revision as of 10:56, 30 May 2006
Author: Afrow UK (talk, contrib) |
Description
Two NSIS examples for multi volume distribution (i.e. more than one CD for a product).
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 750 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)