How to install Diablo 1 ?

Questions about Wine on Linux
Locked
Aykan
Newbie
Newbie
Posts: 2
Joined: Tue Dec 03, 2013 6:04 am

How to install Diablo 1 ?

Post by Aykan »

Hi. I want to install Diablo 1 on my netbook. I don't have any dvd driver, so I extracted *.iso image. I mounted it with furiusisomount. Anyway if i want to intall it it still tells me that i don't have CD-ROM. Can you help me?
Aykan
Newbie
Newbie
Posts: 2
Joined: Tue Dec 03, 2013 6:04 am

Re: How to install Diablo 1 ?

Post by Aykan »

Sorry my mistake. I installed it but I cant run the game
etwineb
Level 4
Level 4
Posts: 101
Joined: Wed Dec 10, 2008 12:05 pm

Re: How to install Diablo 1 ?

Post by etwineb »

I would try to force the iso to appear as inserted in CD drive, here how to...

Use a clean wineprefix, the directory structure will contain:

Code: Select all

dosdevices
drive_c
Create a new directory drive_y, so you have:

Code: Select all

dosdevices
drive_c
drive_y
Create symlink for the new drive, inside the dosdevices directory execute ln -s ../drive_y y:
Execute winecfg, in the Drives tab you will see your y: drive, click on Show Advanced and set its type as CD-ROM.

Now, mount the Diablo iso in that directory and hope well. I do not remember exactly, but if possible you should go by "minimal installation" since you will keep the iso anyway.
Locked