Somethings is wrong with this conversion. I tried to modify the method of compression with 7zip normal because with the original method the repack size was 7XDVD5+600MB and I wanted the last DVD to be full and the final size is 4.1GB. But when installer begins, it copies all the data cabs in windows temp to unsplit the cabs from data1a.cab, data1b.cab, data1c.cab in data1.cab; data2a.cab, data2b.cab...in data2.cab....and after it copies from DVD8 and unsplit the data.cabs the installer stops, it say finish, I press the finish button, the temp is deleted and the game is not installed. In DVD1 is a file records.ini like this
Code:
[Record1]
Type=Split
Source={src}\Data1a.cab
Output={tmp}\Data1.cab
Disk=1
[Record2]
Type=Split
Source={src}\Data1b.cab
Output={tmp}\Data1.cab
Disk=2
[Record3]
Type=Split
Source={src}\Data1c.cab
Output={tmp}\Data1.cab
Disk=3
[Record4]
Type=Split
Source={src}\Data1d.cab
Output={tmp}\Data1.cab
Disk=4
[Record5]
Type=7-Zip_Split
Source={tmp}\Data1.cab
Output={app}
...and with data2.cab and data3.cab. It's ok to be there ?