Quote:
Originally Posted by shazzla
I had no information about PZlib V3 was not supported. Thanks,but in this case another problem :
ISDONE :
[External compressor  zlib]
header = 0
packcmd = pzlib e -v - -o - <stdin> <stdout>
unpackcmd = pzlib d - -o - <stdin> <stdout>
pzlib3hotfix.exe ,both dlls and arc.ini included...
error : unsupported compression method pzlib
unarc.dll returned an error code : -2
i dont understand. 
and where can i get new information about PZlib ? Is this the only place ?
|
Did you encode using pzlib v3 along with the 2 optionnal Dlls ... if so you need then in decompression folder and you need to add exctraction commands in INNO....
PZLIB+DLLS at comp and decomp ...otherwise it will give you an error!
your arc.ini is ok for decomp, don't change it ; ) ... but -v at comp is from previous pzlib version ...
you need something like that : packcmd = pZLib e -m2 -x -r9 -t4 - -o - <stdin> <stdout> to use pzlib v3 with dlls
-t4 = 4 cores
-x = ultra setting
-r9 = processing level ( from 1 to 9 ; 0 for automatic)
and for unpacking: unpackcmd = pZLib d -t8 - -o - <stdin> <stdout> (it will use up to 8 cores for decomp if available)