View Single Post
  #233  
Old 28-09-2019, 09:27
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
You must tell which Data file belongs to each component.

If you use the [ExtractSettings] section of Setup.ini.
Code:
[ExtractSettings]
ArcFile1={src}\Data1.bin.001;DestDir:{app};Type:ARC;Disk:1;Comp:1;
ArcFile2={src}\Data2.bin.001;DestDir:{app};Type:ARC;Disk:5;Comp:2;
If you use the Records.ini use:

Code:
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Components=1

[Record2]
Type=Freearc_Original
Source={src}\Data2.bin.001
Output={app}
Disk=1
Components=2
thank's man
Reply With Quote