Has anyone written a Wine install script that deals with the issues of multiple install DVDs and CDs?
For example, I’ve manually installed Call of Duty 2 under Wine a few times from CD, and to do that I’ve had to manually issue the “wine eject” command, pop in a new CD, and then if I’m a little too quick hitting continue in the Windows installer dialog (the disk isn’t mounted yet) the Windows installer falters and I have to start all over again. As this game has 6 CDs, that gets a bit old even when doing it manually.
Currently, I have no good idea on how to automate that process or even manage it under Lutris.
Ideally, I’d like to see how others have handled multi-disk installations and if there are any solutions that can make it idiot proof. For example;
-
Have a list of disks,
-
Ask for the first disk.
-
Upon some status change, eject the disk and prompt for the next disk.
-
Ask for the next disk in Lutris and keep the Windows installation program from continuing before the disk is actually mounted.
Alternatively, have Lutris ask for each disk and use DD to copy the disk to an image and mount each image to a new drive letter before starting the Windows installer.