I am new to MSI Installer and I am trying to setup an install that will span 2 CD's. I have gotten the project setup to with 2 Media Items that save Raw files, associated the files with one or the other media items, and modified the build settings to use a standard bootstrapper with the bootstrapper looking for the MSI file in an external location. The project builds successfully and generates the two directories correctly. And if I copy the contents of both directories at the top level with my setup.exe and setup.msi the installer works correctly. I had tried other settings but couldn't get them to work so I ended up with the items described.
Where I am having a problem is when I am going through the install and waiting for a prompt to insert the Next CD. I get an error dialog that reports it can't find the file and I would like to modify the action to go to another dialog that asks the user to insert the next CD. I have found the default Error dialog in the Dialog->Advanced Settings but the buttons do not match, ie the default error shows one button of Yes while the error dialog I am seeing shows 3 buttons, Cancel, Retry, Ignore.
Do I need to add a dialog? And if I do, which dialog should I hook it into so that when the error of can't find file pops up I can have it check to see if the item is on a different media type and the user should insert the next CD? And if there is an easier way to setup a multiple CD install I would be very happy to hear about it.And is there an easy way to see what files are associated with a Media Item and how much space they take up? I'm currently using the by guess method of associating files with one media type or another
Thanks in advance for any help you can provide on this. Meanwhile, I'll keep digging on my own to see what I can figure out.

And is there an easy way to see what files are associated with a Media Item and how much space they take up? I'm currently using the by guess method of associating files with one media type or another
Reply With Quote
