Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Hi,
This is possible but it is slightly complicated, what I would do is put a simple TEXT file on the ROOT of each CD. So CD1 would have a TEXT file called: CD1.TXT with some text in it and the second CD would have a text file called: CD2.TXT, with some different text.
Now before the execution of anything on CD2 (or CD1) I would search %SrcDrv% ONLY for the existence of CD2.TXT. If it exists I would execute the program, if it does not I would show a Pop-up Dialog that tells the user to insert the second CD-ROM.
You would have to use the same basic structure for actions that Execute programs off of CD1, just incase the user has the second CD in.
You should also burn the exact same AutoPlay menu to each CD (make sure to include some method so that once one AutoPlay menu has started no others will start) that way the user will be able to browse the AutoPlay menu regardless of what CD-ROM is in the drive.
You will have to play around with a lot of these settings in order to get them all working correctly, but it is possible.
mark.
MSI Factory The Next Generation Intelligent Setup Builder
Comment