I need to prompt user to insert second Disc to continue installation. I am able to prompt user to insert Disc but how do I detect whether the user inserted a Disc or not, and if Inserted I need to run the setup.exe file from the DVD.
MessageBox MB_YESNO|MB_ICONQUESTION "Insert disc to install User Software or Click No to proceed" /SD IDNO IDYES yes IDNO no
yes:
Call installUserSoftware
no:
;do nothing