I've been using your library to deploy custom images and it's working nicely :)
The only issue is that the mounting and unmounting process is quite slow. Would it be possible to add files to the image without needing to go through this process?
I was looking at the DLL you wrap and noticed it exports WIMAddImagePath and WIMAddImagePaths. How can I use these, and would they work for this use case?
Thanks!
I've been using your library to deploy custom images and it's working nicely :)
The only issue is that the mounting and unmounting process is quite slow. Would it be possible to add files to the image without needing to go through this process?
I was looking at the DLL you wrap and noticed it exports
WIMAddImagePathandWIMAddImagePaths. How can I use these, and would they work for this use case?Thanks!