Multi CD
Hello 😁 How to copy files form cd's with specified names ?. For example i want to copy file1.exe from cd named "cd1" & file2.dat from cd named "cd2", mybe i can use some id file but how?
I remembered I have once seen a thread about CDs, and I did, but it too is yours 😁
As far as I know, this can't be done using NSIS alone, maybe it is written somewhere in the registry, but I don't know of such place. The best solution would be writing a small DLL that calls GetVolumeInformation and returns the label of the CD.
You can always use IfFileExists too... It will be easier for people to install from one directory if they feel like copying the whole thing to a network drive or something.