Archive: Multiple Disc Installer


Multiple Disc Installer
  I'm working on an installer where the files span multiple discs. The installer currently works fine when being run from a hard drive (so the user cans swap out CDs as needed). But obviously this runs into issues when the installer is run from the CD-ROM drive as it doesn't know what to do when the setup.exe is no longer available.

What is the easiest way to copy the installer to the users hard drive as a temporary file - and continue running it from there during installation when the initial source disc is removed from the computer? I know I saw an example script a while back, but can't find it now! :cry:


Something like:


FunctionEnd 

>

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

Stu


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

Stu