http://bugs.winehq.org/show_bug.cgi?id=3236
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
------- Additional Comments From truiken@gmail.com 2006-27-10 16:23 ------- Patch was accepted:
http://winehq.org/pipermail/wine-cvs/2006-October/027326.html
One thing to note, there is a tricky process to switching disk in Unix. If you're current directory in bash is the directory of the cdrom, the kernel thinks there's a hold on the cdrom and it won't let you eject, so you have to follow these steps when running an install:
1) cd /media/cdrom 2) wine setup.exe & (<-- the & is important so you can cd out of the cdrom directory 3) cd / (anywhere but the cdrom directory) 4) wine eject (when it asks for the next disk) 5) winecfg (you might have to setup up the cdrom drive in winecfg->drives if you don't have the right version of hal) 6) Press 'Retry'