Thread: DiskSpan GUI
View Single Post
  #462  
Old 27-06-2025, 23:49
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
Yes. Only rename Component= key to Task= key inside records.ini file.
Hi can you help me iwth how i can add extraction logic for diskspan here ? For a single disk it works okay but for multiple disk it doesn't work, it's this https://fileforums.com/showthread.php?t=104745 script btw

Code:
    if ISDoneInit(ExpandConstant('{tmp}\record.inf'), $F777, 0, 0, 0, MainForm.Handle, 512, @ProgressCallback) and FileSearchInit(True) then
    begin
      ExtractTemporaryFile('ENGLISH.INI');
      ChangeLanguage('English');
      repeat
        if ISArcExtract(0, 0, ExpandConstant('{src}\data-1.bin, ExpandConstant('{app}'), '', False, '', ExpandConstant('{tmp}\Arc.ini'), ExpandConstant('{app}'), False) then
          ISDoneError := False
        else
          Break; 
      until True; 
      ISDoneStop;
    end;

Last edited by Dunnowho69; 27-06-2025 at 23:52.
Reply With Quote