Justin
Justin

Reputation: 4539

Visual Studio ISO files downloaded, how do I run? Do I need virtual drive tool?

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.

Upvotes: 20

Views: 67859

Answers (9)

Nicolas Zozol
Nicolas Zozol

Reputation: 7038

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

Upvotes: 0

Abhi Beckert
Abhi Beckert

Reputation: 33329

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.

Upvotes: 0

iljau
iljau

Reputation: 2221

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

Upvotes: 0

macropas
macropas

Reputation: 3160

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.

Upvotes: 5

user215054
user215054

Reputation:

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)

Upvotes: 1

Blender
Blender

Reputation: 298046

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.

Upvotes: 2

Pavel Chuchuva
Pavel Chuchuva

Reputation: 22445

Use 7-Zip to extract files to some folder.

Upvotes: 17

Jeff Ogata
Jeff Ogata

Reputation: 57783

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

Upvotes: 16

dlanod
dlanod

Reputation: 8980

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.

Upvotes: 2

Related Questions