Inno Setup - How to add multiple arc files to decompress?
I am using this code: Inno Setup - How to add cancel button to decompressing page? (answer of Martin Prikryl) to decompress an arc file with Inno Setup. I want to have the possibility of decompress more than one arc file to install files from components selection (for example). But still show on overall progress bar for all extractions. whole Is this possible? This is modification of my answer to Inno Setup - How to add cancel button to decompressing page? Prerequisities are the same, refer to the other answer. In the ExtractArc , call AddArchive for each archive you want to extract. [Files]