Berillions wrote: > i did "cd /media/cdrom" and "wine setup.exe" That's the problem - you shouldn't cd into DVD mount point - shell will keep it open and Wine won't be able to do anything about it. You should start installer this way instead: Code: cd ~ wine start /media/cdrom/setup.exe