Quote:
Originally Posted by KaktoR
I can't tell you for sure, just used it once for a single time (it's about 3 years ago when split feature was new in CIU).
I guess just try it out.
If i remember right you must use both, FreeArcFile# + SplittedFile# for one archive.
Maybe like this:
FreeArcFile1=Data.bin;DestDir:{app};
SplittedFile1=Data.bin.001;DestDir:{app};
It was very similar to records.ini with the split indicator
|
OK, guess it's trial and error time, at least you were able to give me a general idea how to do it.
Thanks
UPDATE 1: So far, what you suggested in the quote above seems to work, still in middle of test though, will report again when done.
UPDATE 2: OK, weird, it merged and extracted completely fine, but then asked for "Disk 1" again and the OK button was grayed out, clicking Cancel crashed the setup.
Back to the drawing board
UPDATE 3: I'm starting to think that there's no need for any lines in the
[ExtractSettings] section when there's a
Records.ini file, it seems it takes over, hopefully I'm right, can anyone confirm?
UPDATE 4: Yep, CONFIRMED!!! Only Records.ini needed, nothing in
[ExtractSettings] section, worked just as expected.