PDA

View Full Version : ISDone 0.6 final, decompression speed


nizcoz
08-06-2017, 15:58
I am using ISDone 0.6 final with arc compression. When I run the installer, decompression causes the installer to run slowly. What is the best method of decompression but at the same time the decompression is fast?

shazzla
08-06-2017, 23:43
Show your arc.ini !

Maybe pzlib uses t100p ,which really slows your pc ?
And of course,it depends on what algos are used.
Btw,insufficient information. :)

nizcoz
09-06-2017, 04:58
Show your arc.ini !

Maybe pzlib uses t100p ,which really slows your pc ?
And of course,it depends on what algos are used.
Btw,insufficient information. :)

Arc.ini

[Default options]

[Compression methods]

[External compressor:srep]
packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d - - <stdin> <stdout>

I have the same results with a normal compression with FreeArc (Normal: -m4 -s128m) or with -m9x -ld192m -s256m (asymmetrical) or maximum (-mx -ld800m)

shazzla
09-06-2017, 05:49
try use this in arc.ini :

unpackcmd = srep64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

and cls-srep.dll

http://www.fileforums.com/showthread.php?p=449570

dont forget to include in your script !

Bulat
09-06-2017, 08:10
with dll, installer don't need "External compressor:srep" section at all

78372
09-06-2017, 09:07
And without external compressors, arc.ini is not needed at all

nizcoz
09-06-2017, 12:37
So, what is the best method of compress/decompress but at the same time the decompression is fast? (with low cpu usage).