Quote:
Originally Posted by buttignol
Thanks felice2011 with antivirus enabled also worked
Mpzlib + srep64 + zlma2
A question did you exchange the Arc.exe srep64.exe files with your
Or does zlma2 make all the difference?
|
No, Srep and Arc They are those that you used. I added Fazip.exe & Mod arc.ini.
LZMA= A variant of LZ77, uses a sliding length dictionary non-fixed (up to 4Gb) for the elimination of duplicate strings. The phase LZ is followed by entropy coding using the Markov chain based on the "range coder" and on linear shafts.
In our case we use the FA internal compression, or controlled by the external compressor "fazip".
LZMA2= Modified version of LZMA, provides the following advantages:
1) Less expansion of incompatible code.
2) Higher compression.
3) Better support for multithreading.
In our case it is controlled by the 7z compressor.