20

I have Visual Studio 2010 Pro on a DVD disc, but it is an ISO image, and I wanted to run this on my home PC in place of 2010 Express Edition.

So first of all, can I run this on my home computer? Do I need a virtual drive tool to run an image on my home computer? Is there a microsoft virtual drive tool? Is there a good resource I could read about this and learn the basics.

Yu Hao
  • 119,891
  • 44
  • 235
  • 294
Justin
  • 4,461
  • 22
  • 87
  • 152

9 Answers9

17

Use 7-Zip to extract files to some folder.

Pavel Chuchuva
  • 22,633
  • 10
  • 99
  • 115
16

I use MagicISO to mount and install from iso images. It's freeware and there are versions for Windows XP through Windows 7.

Jeff Ogata
  • 56,645
  • 19
  • 114
  • 127
  • 6
    Windows 8 and newer come with built-in ISO mounting support. Just associate `.iso` with `explorer.exe` (if they're not) and double-click on them. Windows'll mount it to the first available drive letter (excluding `A:` and `B:`) and will "eject" on shutdown. – Cole Tobin Apr 11 '15 at 01:43
  • 1
    Can also be extracted with any zip utility. I used WinRAR. – zak Feb 21 '17 at 07:35
5

Virtual CloneDrive

Supports all common image formats such as ISO, BIN, CCD

Supports up to 8 virtual drives at the same time

Easy to use - just double-click an image file to mount as a drive

Virtual CloneDrive is freeware, you may use it at no cost.

macropas
  • 3,100
  • 3
  • 22
  • 25
  • 3
    Hey thanks for the link. This ended up working out the best for me I think! – Justin Dec 11 '10 at 02:32
  • It gets no easier! Just install this and then double click the ISO file, and it mounts and autoruns just like you inserted a DVD! – JD Smith May 02 '14 at 17:01
2

Daemon Tools is a tool capable of mounting ISO files as "fake" CD or DVD drives. Once that has been done you can just run the install program off there as if it was a standard disc in your system.

dlanod
  • 8,664
  • 8
  • 54
  • 96
2

You need to mount it as a virtual disk (basically making it look like a DVD in your drive to Windows). I don't use Windows (as I'm a Linux person), but one of these should work (can't post links): PowerISO or Daemon Tools Lite.

Blender
  • 289,723
  • 53
  • 439
  • 496
1

If you want to make a normal disk you can use "dvdburn" (search google for "dvdburn microsoft"). Or check if your Vista/windows 7 shell allows you to burn it by right click (it exists as shell feature in later Windows-es)

0

Installing ImDisk Toolkit will add "Mount as ImDisk Virtual Disk" item to your Windows context menu.

Imgur

Then following dialog pops up:

Imgur

And it actually works:

Imgur

iljau
  • 2,151
  • 3
  • 22
  • 45
0

Not trusting any third party/potentially malware iso mounting options, I ended up just downloading it again. Microsoft has a second download option that is an exe instead of an iso.

Abhi Beckert
  • 32,787
  • 12
  • 83
  • 110
0

WinCDEmu is open source. You can checkout build from their website or Github: https://github.com/sysprogs/WinCDEmu/releases/

Nicolas Zozol
  • 6,910
  • 3
  • 50
  • 74