PhoenicisOrg/scripts

Remove the Progress Bar from CabExtract

madoar opened this issue · 2 comments

The progress bar in CabExtract seems to never be updated. Therefore I propose to remove it.

See the discussion in #1047 (comment) for details.

plata commented

@qparis do you see a way to make it work?

With my recent changes I think we should look if it is possible to "fix" the progress bar for CabExtract. The only way I see how we can do this is by using a Java library to extract the cab files, i.e. https://git.dorkbox.com/dorkbox/CabParser

This should give us more control about the extraction and thereby its progress, which we could then display in the progress bar.