Posted March 30, 201113 yr Hello, i was wondering if any knows the c# code to mount an image and display its progress (%) in text form i.e. "Mounting 3% Complete").I can mount the image fine but i can't get it to display it's progress. I will display below what code i have...Thanks,much appreciated! WIMMountImage("C:\\Mount", "D:\\Win7SP1\\sources\\boot.wim", 1, "C:\\MountTemp"); Edited April 1, 201212 yr by Legolash2o
September 2, 201212 yr Sorry Legolash2o only now i have seen this Post, if you use DISM.exe or Imagex.exe need to use the ReadConsoleOutputCharacter to read the "[-----%XX----]"you write in C# right, here http://www.pinvoke.n...tCharacter.htmlSorry for my EnglishCiao. Edited September 2, 201212 yr by OnePiece
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.