Hi All,

Been looking for a way to programatically mount ISO files in C#.

Im aware I can use daemon tools etc. to do this by starting it with command line switches. Id like to be able to allow the users to mount without installing extra software.

MS has provided its vcdrom.sys and VCDControlTool.exe

Does anyone know a way to do what the control tool does in C#,? I assume the .sys file is doing the mounting and everything else and the .exe is telling it what to do, how do you "talk" to the .sys file?

Or is there a c# library or 3rd party library I can import into my project to use so its all in the one file? (I couldnt find anything...)

TIA

Recommended Answers

All 2 Replies

Right.... So which on of those results is helpful?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.