ManagedDism
ManagedDism copied to clipboard
c# Mount Control help
When mounting or unmounting a wim file, if we suddenly interrupt the process, the mount or unmount process is aborted. How can we check that this mount directory is no longer available in c#
I think you can use ManagedWimgApi to call GetMountedImageInfo() which will return all of the mounted images and their status. Then you can use other APIs there to unmount it and try again.