pisymbol
17th November 2006 19:31 UTC
ZipDll can't extract my zip files!
I have a build process where by an ANT build file copies a zip file and updates it with custom configuration files. The final zip archive can be read by windows without a problem. But for some odd reason now, ZipDll will not extract it. It looks like it extracts JUST the updated pieces and then dies (I got weird ASCII strings on the console and a half completed "permission denied" string).
HAS ANYONE seen this?
n_baua
18th November 2006 05:24 UTC
Hi,
Make sure you are not using "Maximum (enhanced deflate)" mode which is not supported other then winzip 9.0
Afrow UK
18th November 2006 10:31 UTC
I've had problems with ZipDll not extracting Zip files using Maximum (not enhanced deflate) compression. I just use unzip.exe:
http://nsis.sourceforge.net/File:Unzip.zip
-Stu
pisymbol
27th November 2006 12:33 UTC
Sorry for the delay. I don't think that's it unless ANT's zip target uses maximum compression (I will look into that).
I've had to use an external unzip tool to get this right!
n_baua
27th November 2006 13:34 UTC
hi pisymbol,
Have you tried with the gzip command line tool?
www.7-zip.org