Hi
I use the new feature “ExtractArchive”. When I call ExtractArchive, the progress bar stops moving.
I use it in a method called by a [Files]AfterInstall, so the progressbar is the 'WizardForm.ProgressGauge' - but I also tried an OutputProgressBar which also stopped moving.
I also tried to do it manually (add 7za.exe to the installer, extract it into temp and call this to extract archive), the progress bar continues moving during the extracting but the extraction is slower with this.
As it is a quite new feature, I assume, this could be a UI-bug?