Jump to content

Recommended Posts

Posted

We have XP workstations and I use daemon tools v3.47 to mount .iso images. It's an old version but it works with daemon script.

 

This version wont work with windows 7 and I've read that the newer version, daemon tools lite, is loaded with adware etc. I've found some freeware virtual cd drive tools but none of them work with daemon script.

 

What do you guys use, if anything, to mount a .iso image to a virtual drive and then run an application?

Posted
...This version wont work with windows 7 and I've read that the newer version, daemon tools lite, is loaded with adware etc. I've found some freeware virtual cd drive tools but none of them work with daemon script.

 

What do you guys use, if anything, to mount a .iso image to a virtual drive and then run an application?

 

I run Windows 7 Enterprise 64bit and the latest version of Daemon Tools lite with no problems. During the install of daemon tool lite, you have to deselect all the default options (aka the adware options) and just install the tool itself.

 

-Ken

  • Thanks 1
Posted

I normally use Virtual Clone Drive or Pismo File Mount. The latter has a command-line interface which makes it super easy to mount ISOs using scripts. e.g.

 

:: Mount ISO
pfm mount -m [b]X[/b] -a -r -i D:\Software.iso

:: Run program from X: drive

:: Unmount ISO
pfm unmount D:\Software.iso

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...