View Single Post
  #8  
Old 27-09-2018, 05:35
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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.
__________________
Haters gonna hate

Last edited by KaktoR; 27-09-2018 at 05:40.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
pakrat2k2 (27-09-2018), zirkhaki (30-09-2018)