Posted March 30, 201114 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, 201213 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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now