I'd like to integrate my Adobe Acrobat 7.0.0 Professional into my unattended CD. No problems at all with doing it unattended, but there's another error which bothers me.
The original file is "AcTR7EFG.exe" which extracts the setup files to the HDD, fine. This msi-setup package contains one big file namend Data1.cab with over 450 MB! Unfortunately this Data1.cab file isn't compressed at all.
makecab /F Acro7.ddf
Acro7.ddf contains the following:
.OPTION EXPLICIT .Set ReservePerCabinetSize=6144 .Set DiskDirectoryTemplate= .Set Cabinet=on .Set Compress=on .Set CompressionType=MSZIP .Set CompressionMemory=21 .Set CompressionLevel=7 .Set CabinetNameTemplate=Data1.cab .Set MaxDiskSize=CDROM A3.tds A3.tds1 A3.tds4 A4.tds A4.tds1 [... the other files from the original cab]
This works flawlessly and a new compressed Data1.cab is created, this time only 207 MB.
Quote
This is weird because the desired file is definately within the cab file, i.e. not missing! Needless to say that I checked it several times. The error causes setup to cancel. Using the original uncompress cab works well. Is there any mistake I make when compressing the original cab or did I forget anything special?
Btw using LZX compression is worthless, it would last hours to create the new cab.
Thanks for ya help!



Help

Back to top










