|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
is there any way to unpack multiple archives at once (in parallel) using this?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
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 |
| The Following User Says Thank You to audiofeel For This Useful Post: | ||
wrathma (04-04-2026) | ||
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
p.s. but you need to understand that the processor load is controlled manually. I might update this in the future. (queue). Last edited by Sergey3695; 05-04-2026 at 13:46. |
| The Following User Says Thank You to Sergey3695 For This Useful Post: | ||
wrathma (05-04-2026) | ||
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
Что залито на сайте прикрепил выше. Сильно много времени не выиграть, так как xtool и так сильно загружает процессор. Больше решает многопоточность и алгоритм. |
|
#7
|
||||
|
||||
|
ISArcEx - Advanced FreeArc Extraction API for Inno Setup
======================================== Code:
> Overview: ISArcEx is a high-performance extraction library meticulously crafted for Inno Setup. It provides a robust interface for handling FreeArc archives, offering advanced progress tracking and precise extraction metrics that standard tools often lack. > Specifications: - Version : v0.5 - Author : BLACKFIRE69 - Build : 6997A400 - Compatibility : Inno Setup v6.0 or later (Required) - License : Proprietary (See LICENSE file for details) - Tested Engine : FreeArc v0.67 Code:
> Key Features: - Archive Support: Specialized in Normal FreeArc archives. Note: Splitted archives are not supported. - Selective Extraction: Use ISArcExAddDisksEx to extract specific folders from within an archive. - Advanced Progress Tracking: Real-time metrics for Overall Progress, Current Disk Progress, and Extracted/Total File Counts. - Performance Metrics: Accurate Current and Average Speed (MB/s). - Time Management: Intelligent "Time Remaining" and "Elapsed Time" tracking with three customizable display formats. - Process Control: Built-in functions to Suspend, Resume, or Stop the extraction process safely. - UI Stability: Includes "Calc Accuracy" reduction logic to prevent erratic jumping in speed and ETA displays. - Localization: Easily switch between languages using external .ini configuration files. Code:
> Supported External Tooling: ISArcEx integrates seamlessly with common FreeArc external-processors: - SREP, XTool, LOLZ, NZ, RZ. - Support for Facompress (MT and Standard). > Distribution Files: - ISArcEx.dll — Core API Library. - UnArc_32.dll — FreeArc engine integration. - ISArcEx.iss — Header for Inno Setup. - arc.ini / CLS.ini — Configuration for external-processors. - English.ini / Russian.ini — Language configuration files. Last edited by BLACKFIRE69; 09-04-2026 at 00:03. |
| The Following 6 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (08-04-2026), Cesar82 (08-04-2026), Dunnowho69 (08-04-2026), Razor12911 (09-04-2026), ScOOt3r (09-04-2026), Tihiy_Don (10-04-2026) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1482 | 16-08-2026 16:20 |
| XTool 2020 (Plugins) | Razor12911 | Conversion Tutorials | 405 | 24-12-2024 05:30 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Best Compression For Archiving | brispuss | PC Games | 12 | 03-01-2020 13:34 |
| Compression Questions | yasitha | Conversion Tutorials | 10 | 09-01-2019 12:29 |