Quote:
Originally Posted by doofoo24
@KaktoR
SaveStringToFile(ExpandConstant('{tmp}\arc.ini'), '[External compressor:lzma2]'+#13#10'header = 0'+#13#10+'unpackcmd = 7z x -txz -an -y -mmt=4 -si -so <stdin> <stdout>', True);
is it possible to add to inno to make mmt detect number of threads and use only half ?
like 4 threads > uses 2
6 threads > uses 3
8 threads > uses 4...
|
More than 2 core decompression in lzma2 useless.