gr4fimaci wrote: > > Berillions wrote: > > If i understand, you have 2 DVD and you can't eject the first DVD when the installation ask you to insert the Second DVD? > > > > Use this command to resolve the problem : > > > > Code: > > wine start /unix /media/cdrom/Setup.exe > > > > > > > > With this command, you can eject the first DVD. > > > > Berillions > > > Not exactly. The installer was in mdf files and I converted to iso. I cannot use wine eject e: (e: is /media/iso and configured as CD-ROM) now, because doesn't work (never did). > > I start the setup.exe in first iso and it asks the second one. > wine eject e: // doesn't work any way > umount -l -f /media/iso // works fine > mount -t iso9660 cd2.iso /media/iso -o loop // works fine, all data in rigth path, but... > setup.exe can't continue, waits for cd2 You can directly mount MDF with fuseiso, I believe. If some important data was lost when converting to ISO at least you still have that data in the original image.