PDA

View Full Version : How to mount ISO in Wine



chkneater
November 3rd, 2009, 01:35 AM
I have a Doom3 ISO and am using 9.04. How do I mount this with Wine so that I can install it without having to burn the ISO? I was able to do this with Hardy Heron once. I installed wine with add/remove programs and added the right pubkey for Jaunty. Please help!

Vaphell
November 3rd, 2009, 01:41 AM
mount that iso to some directory:
mount myiso.iso /mnt/iso/ -t iso9660 -o loop

navigate there and open setup.exe (or whatever) with wine from context menu (or use wine /mnt/iso/setup.exe command).