mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[ui] fix ability to toggle progress report during WIM image extraction
* Also add log progress report for compressed images
This commit is contained in:
parent
29205b3a0e
commit
630c508525
4 changed files with 27 additions and 6 deletions
|
@ -749,6 +749,7 @@ static DWORD WINAPI WimApplyImageThread(LPVOID param)
|
|||
}
|
||||
|
||||
uprintf("Applying Windows image...");
|
||||
UpdateProgressWithInfoInit(NULL, TRUE);
|
||||
// Run a first pass using WIM_FLAG_NO_APPLY to count the files
|
||||
wim_nb_files = 0;
|
||||
wim_proc_files = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue