[ui] fix ability to toggle progress report during WIM image extraction

* Also add log progress report for compressed images
This commit is contained in:
Pete Batard 2020-11-14 19:38:56 +00:00
parent 29205b3a0e
commit 630c508525
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 27 additions and 6 deletions

View file

@ -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;