Quote:
Originally Posted by pakrat2k2
jaronmon, using diskspan you ONLY need the very first record, none others are needed.
( thanks to KaktoR for that info, as I had same issues on a project I was working on with diskspan )
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin
Output={app}
Disk=1
is all you need in records.ini
|
This is not correct
I will explain it a bit deeper:
CIU needs a value in records.ini for a data archive to detect whenever diskspan is in use or not.
The value is ".001".
The above example from you is for archives without diskspan.
With diskspan, archives have to be named like "Data1.bin
.001" (like 7zip splitted archives); both file name in windows explorer and in records.ini.
The name and first extension are unimportant. What count is the last (second) extension: .001
So you could name archives whatever you want, only the second extension (.001) is neccessary.