View Single Post
  #12  
Old 03-04-2026, 19:45
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 53
Thanks: 480
Thanked 1,095 Times in 379 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by wrathma View Post
is there any way to unpack multiple archives at once (in parallel) using this?
Think of it like playing music. You can’t play two different songs at the same time using a single player - one has to wait. If you want parallel playback, you need two separate players.
It’s the same here: the unpacking engine works as a single "player". It processes one archive at a time. To unpack multiple archives in parallel, you would need multiple independent instances/processes doing the work simultaneously.
In the context of Inno Setup (and this library), that’s not supported - there’s effectively only one unpacking pipeline, so everything runs sequentially.
__________________
https://t.me/FMXInno
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
wrathma (04-04-2026)