How do you extract/install from an .iso file?

26

4

I've downloaded an .iso file but don't have a DVD writer at the moment - is there a recommended Virtual DVD drive that I can use to install from the .iso file?

user4100

Posted 2009-08-02T18:49:26.203

Reputation: 541

7What OS is this on? – therefromhere – 2009-08-02T18:52:26.947

@therefromhere Windows :) – user4100 – 2009-08-02T20:22:30.990

Very related: How do I place a bootable ISO on a USB drive? - Super User (for solutions that don't use USB see installation - Install Windows 7 from ISO image - Super User )

– user202729 – 2019-08-14T16:42:17.820

Answers

25

Without knowing exactly what operating system you're running, I recommend using either VirtualCloneDrive or Magic Disc. Both are free and work on just about any version of Windows (including 64-bit versions). Plus they don't have the crapware that Daemon Tools tries to shove down your throat.

Dan Walker

Posted 2009-08-02T18:49:26.203

Reputation: 8 869

22

7-Zip will open ISOs too (as well as being generally superb.)

Umber Ferrule

Posted 2009-08-02T18:49:26.203

Reputation: 3 149

1Does it mount a partition? I cant find the option. And yes, its a superb piece of software. – Artur Carvalho – 2009-08-02T21:37:34.070

You can just use "Extract To..." and extract all the contents to a folder. – Andrew Hampton – 2009-08-05T15:28:20.417

8

Assuming Windows, you can try Daemon Tools.

In Linux you can mount an ISO similarly to the way you mount other volumes:

mount -o loop -t iso9660 file.iso /mnt/test

Alternatively, if the installer doesn't mandate a "physical" volume to install from you can also extract the contents of the ISO file (archivers such as WinRAR are usually able to do this, but there's also special software for this) and run the installer from there.

Joey

Posted 2009-08-02T18:49:26.203

Reputation: 36 381

5

I usually use PowerISO.

Artur Carvalho

Posted 2009-08-02T18:49:26.203

Reputation: 1 617

2

There are a few alternatives in this question providing that your are running Windows.

I'm using MagicISO myself and it works fine, although you have to buy a license to open ISO files larger than 300MB. An alternative is MagicDisc, a freeware virtual drive from MagicISO that can be used to mount ISO files as virtual drives.

Jonas Pegerfalk

Posted 2009-08-02T18:49:26.203

Reputation: 981

2

There is a free program called AlZip that will let you open/extract an ISO file like a regular compressed file (zip, rar, etc) It also supports these other formats, of course. Get it here

edit: it used to be free (ad-supported) for non-commercial users, but they seem to have changed the policy recently...

Also check out all the other free utility programs this Korean company has created. I can't remember if it was AlZip, but one of them adds a very useful "create new folder" context menu item.

Leftium

Posted 2009-08-02T18:49:26.203

Reputation: 8 163

0

I use Total Commander plugin ISO:

http://www.totalcmd.net/plugring/iso.html

It won't open certain ISO files though.

Tereza Tomcova

Posted 2009-08-02T18:49:26.203

Reputation: 133

@ondatra on what OS does it work on? – user4100 – 2009-08-03T08:03:49.073

1Windows (or maybe on Linux if you run Total Commander in Wine) – Tereza Tomcova – 2009-08-03T19:11:17.157

0

7Zip will allow you to extract ISO files, it also lets you extract the boot files from a Windows XP/Vista/7/etc ISO

vassie

Posted 2009-08-02T18:49:26.203

Reputation: 386

-1

There are a lots of software and tools can mount an ISO file. I've tested 2 or 3 tools and Virtual CloneDrive is my favorite for win XP and 7. And win 10 comes with built in ISO mount/Unmount support. I also have a tutorial about this http://pointblankpro.com/how-to-mount-an-iso-image-in-windows/

And If you are on Linux Machine, Then you can use a single line command to Mount any ISO file to your linux machine. AskUbuntu has a thread about Mounting ISO's in Ubuntu https://askubuntu.com/questions/411793/mount-iso-using-the-terminal

Arefin

Posted 2009-08-02T18:49:26.203

Reputation: 9