windows - Compress file to one cab file -


i trying modify 1 file in .cab file , rebuild .cab file using 'makecab.exe' files including changed one. following .ddf file, 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 3 files generated stored in disk1,disk2 , disk3 folders. files trimmed <1424kb. want single cab file. have tried setting threshold , size variables.

i encountered same problem today , luckily found solution in microsoft page. (http://msdn.microsoft.com/en-us/library/bb417343.aspx#microsoftmakecabusersguide)

you can add maxdisksize option in .ddf file , work!

.set maxdisksize=cdrom


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -