Darren Rose

Results 129 comments of Darren Rose

HI @RFBomb - just acknowledging receipt of your above message. Snowed under with work at present but will try and take a good look at it next week :)

Can you just give me a quick overview of what new commands are added by your PR and how I would use them, just want to ensure I am testing...

Thanks, had an initial look over it and all seems to work fine as far as I can see from my basic testing and looking through the code. Is a...

Hi Jeff I have spent hours today using that exact unit test as an example and I just can't get it to work - had no problems with handling it...

Okay, using example you posted here = https://github.com/jeffkl/ManagedWimgApi/wiki/Message-Callbacks I did the same as I did for capture and added ``` case WimMessageType.QueryAbort Return WimMessageResult.Abort ``` but unlike for "capture" -...

so instead I tried it under case WinMessageType.Process just as a test and at least here it does then Return WimMessageResult.Abort I then catch the "OperationCanceledException" which now fires -...

Hi Jeff Thank you very much for the example which helped me prove that my interpretation of how to do it was correct It turns out the problem is not...

Can confirm from much more testing that problem is when writing (applying) to external USB devices, as even when you cancel API it still locks the drive causing app to...

Thanks for replying. As far as I am aware no you don't have to have a $ in a UNC path, you would only use a $ if accessing a...

Sorry for delay in replying. Yes it is safe to assume UNC paths / shares will always start with \\\ or // e.g. //servername/path - Unix \\\servername\path - DOS/Windows Personally...