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