Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28-03-2026, 03:41
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 64
Thanks: 52
Thanked 48 Times in 26 Posts
wrathma is on a distinguished road
Smile

is there any way to unpack two freearc archives in parallel using a installer. im using IsArcEx with this setup script.
lets say i have 4 archive and. the first one is the big one (10gb) which takes a lot of time to unpack and cpu has a little room to unpack other archives. archive 2-4 is light on cpu takes less than 2 mins to extract. so while archive 1 is unpacking i want to unpack archive 2-4 one by one in parallel with it. my current unpack implementation is here (i have very little knowledge on pascal it was mostly copied from IsArcEx example).
Code:
if ISArcDiskAddingSuccess and ISArcExInitEx(MainForm.Handle, 1, @ProgressCallback) then
    begin
      repeat
        ISArcExReduceCalcAccuracy(1);
        ISArcExChangeLanguage('English');
        for i := 1 to ISArcExDiskCount do
        begin
          ISArcExError := not ISArcExExtract(i, ExpandConstant('{tmp}\Arc.ini'), ExpandConstant('{app}'));
          if ISArcExError then break;
        end;
      until true;
      
      ISArcExStop;
    end
in my case the bigger files always go first, so ISArcExDiscCount 1 is always the big file. i want to keep it running on one thread and on another thread i want to run extraction of archive 2-4.
Reply With Quote
Sponsored Links
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
newbie question bigorangekitty PS2 Games 5 15-05-2002 16:51
Total newbie...dumb question...patience please! xxxMikexxx PC Games 1 02-04-2002 23:19
newbie question troi22 PS2 Games 1 28-02-2002 03:18
newbie PAL patch question for Pro Evolution Purple Cowboy PS2 Games 2 19-02-2002 12:39
Newbie question...how do I know if the game I've downloaded is Autoboot or not? konichiwa DC Games 1 23-11-2000 20:35



All times are GMT -7. The time now is 06:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com