View Single Post
  #5  
Old 20-07-2016, 06:01
WaltonSimons's Avatar
WaltonSimons WaltonSimons is online now
Registered User
 
Join Date: Feb 2007
Location: Poland
Posts: 514
Thanks: 236
Thanked 237 Times in 193 Posts
WaltonSimons is on a distinguished road
Well, then... Nice job. You need to restore records.ini. Here's how to do that:

Open NotePad.
See how your files look like (the archives)

And then, just type stuff in.

For single archives, it looks like this:

[Record#] - where # is number of record
Type=Freearc_Original
Source={src}\Data#.bin - where # is number of Data file
Output={app}
Disk=# - where # is number of disc the file is on

For PARTS of split archives it looks like this:

[Record#]
Type=Split
Source={src}\Data#x.bin - where # is number of Data file and x is letter of segment (can be a,b,c, depending on order)
Output={tmp}\Data#.bin - where # is number of data file
Disk=#

However after all of the parts of a given segmented archive are in Record, a separate entry is needed for the merged archive itself, in order for the installer to know that it needs to extract it.

[Record#]
Type=Freearc_Split
Source={tmp}\Data#.bin
Output={app}
Disk=#

Hope this helps.

Records.ini must be saved in the same directory that Setup.exe is in. GOOD LUCK!
Reply With Quote