|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#46
|
|||
|
|||
| Sponsored Links |
|
#47
|
|||
|
|||
|
Hello, I want this script with music. Can you help me please?
I want to add music Button OFF- ON to this script simple to this setup Last edited by Behnam2018; 19-01-2025 at 21:34. |
|
#48
|
||||
|
||||
|
add MP3
Quote:
I attached example scripts below... (search for "New Lines" in the script for seeing the changes) greeting Nordi Last edited by nordi; 25-01-2025 at 10:00. Reason: Update |
| The Following 2 Users Say Thank You to nordi For This Useful Post: | ||
audiofeel (20-01-2025), Behnam2018 (20-01-2025) | ||
|
#49
|
||||
|
||||
|
ISArcExAddDiskEx - Questions I - different files are shown
Quote:
Hi Community / Hi Blackfire69, I have a problem with the names of the files to be extracted. >> TEST SCRIPT ATTACHED Description: In the attached image you can see that something has been selected for installation. During the installation (extraction), however, a different file from the same archive is displayed. > But in the end the correct file has been extracted. I hope, someone can help here. kind regards Nordi Last edited by nordi; 11-02-2025 at 05:24. Reason: Script+File Update |
|
#50
|
||||
|
||||
|
ISArcExAddDiskEx - Questions II - different sizes are shown
- Question 2 -
Hi Community / Hi Blackfire69, I have a second problem with ISArcExAddDisksEx and the shown sizes of the files to be extracted. >> TEST SCRIPT : ONE POST ABOVE Description: In the attached image you can see : during the installation (extraction), however, a different size from archive is displayed. (Note: three different bf-files, not single one) I hope, someone can help here. kind regards Nordi Last edited by nordi; 25-01-2025 at 08:31. Reason: Pic Update |
| The Following User Says Thank You to nordi For This Useful Post: | ||
Behnam2018 (21-01-2025) | ||
|
#51
|
|||
|
|||
|
error
al comprimir usando
arc.exe a -i1 -ep1 -r -ed -s; -w.\z_temp -m=xtool+srep+lolz data.arc folder me da error la instalacion |
|
#52
|
|||
|
|||
|
What is the packaging tool for "ISArcEx"? I need a tool that can package into .bin format. Can anyone recommend one?
|
|
#53
|
|||
|
|||
|
Uhhhh, there's only one. FreeArc.
|
|
#54
|
|||
|
|||
|
is there any way to unpack multiple archives at once (in parallel) using this?
|
|
#55
|
||||
|
||||
|
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) | ||
|
#56
|
|||
|
|||
|
Quote:
|
|
#57
|
|||
|
|||
|
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) | ||
|
#58
|
|||
|
|||
|
Quote:
|
|
#59
|
|||
|
|||
|
Quote:
Что залито на сайте прикрепил выше. Сильно много времени не выиграть, так как xtool и так сильно загружает процессор. Больше решает многопоточность и алгоритм. |
|
#60
|
||||
|
||||
|
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) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1477 | 20-05-2026 10:52 |
| 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 |