I am currently trying to modify one file in a .cab file and then rebuild .cab file using 'makecab.exe' with all the files including the changed one. Following is the .ddf file, I am using.
.Set CabinetNameTemplate=Documents.CAB
.Set Cabinet=on
.Set Compress=on
"00000000.000"
"10000000.000"
"20000000.000"
"30000000.000"
"40000000.000"
"manifest.xml"
The problem is that three files are generated stored in disk1,disk2 and disk3 folders. The files are trimmed to <1424kb. I want a single cab file. I have tried setting the threshold and size variables.