Sometimes it takes a lot time to burn ISO file (a format that image CD/DVD) into DVD for just reading some data. People also like to backup discs into ISO file to store in hard disk. But how to access files within the image? Tech-Recipes has introduced a freeware that released by Microsoft. It able to read ISO files as virtual CD-ROMs, without burning into disk. Here is the Readme by Microsoft:
Readme for Virtual CD-ROM Control Panel v2.0.1.1
THIS TOOL IS UNSUPPORT BY MICROSOFT PRODUCT SUPPORT SERVICES
System Requirements
===================
- Windows XP Home or Windows XP ProfessionalInstallation instructions
=========================
1. Copy VCdRom.sys to your %systemroot%\system32\drivers folder.
2. Execute VCdControlTool.exe
3. Click “Driver control”
4. If the “Install Driver” button is available, click it. Navigate to the %systemroot%\system32\drivers folder, select VCdRom.sys, and click Open.
5. Click “Start”
6. Click OK
7. Click “Add Drive” to add a drive to the drive list. Ensure that the drive added is not a local drive. If it is, continue to click “Add Drive” until an unused drive letter is available.
8. Select an unused drive letter from the drive list and click “Mount”.
9. Navigate to the image file, select it, and click “OK”. UNC naming conventions should not be used, however mapped network drives should be OK.You may now use the drive letter as if it were a local CD-ROM device. When you are finished you may unmount, stop, and remove the driver from memory using the driver control.
XP: Small, Free Way to Use and Mount Images (ISO files) Without Burning Them – [TechRecipes]







An easier way to do this is to use Daemon Tools ISO drive emulator. It’s much easier to install (double click an exe) and it is also free.
http://www.daemon-tools.cc/
Probably already listed here but I’ve found DaemonTools to be useful in the past. Opens more than just ISO’s which is handy. Can also have multiple drives which helps when it’s a multidisk set-up. I used to use this at LAN parties quite a bit. I would do a disk image of the “play disk” that some games require so I wouldn’t have to take the disks with me. Had too many stolen for comfort. DaemonTools has gotten some flak because of the possible piracy uses though.
http://www.daemon-tools.cc/dtcc/portal/download.php
Here’s how to mount ISO on OSX (haven’t tested it):
http://neurobashing.com/monkey/archives/001739.html
Here’s how on linux:
mount -o loop -t iso9660 filename.iso /mnt/iso
Google search can give more.
WinRAR also allows you to open ISOs to see the files inside.