View Single Post
  #11  
Old 18-11-2017, 09:37
Alloc's Avatar
Alloc Alloc is offline
Registered User
 
Join Date: Mar 2015
Location: Russia
Posts: 3
Thanks: 3
Thanked 0 Times in 0 Posts
Alloc is on a distinguished road
Hi! Can anybody help me? I use ISDone script and after i press Install button the installer wait about 6 seconds and only after this begin install
Maybe i doing something wrong... its happens only with pzlib

pZlib+rep:512mb:a99+srep:m5f:l128:a1+lzma2:d176m:f b=273:mf=bt4:mc=100000:lc=4:lp=0

arc.ini

Quote:
[External compressorZlib]
header = 0
packcmd = pZlib e -m2 -t2 -c128m - -o - <stdin> <stdout>
unpackcmd = pZlib d -t2 - -o - <stdin> <stdout>

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

[External compressor:lzma2]
header = 0
packcmd = lzma2 a -txz -an -mcrc=0 -m1=lzma2{ption} -mmt=on -mx9 -si -so <stdin> <stdout>
unpackcmd = lzma2 x -txz -mmt=on -an -y -si -so <stdin> <stdout>

Last edited by Alloc; 18-11-2017 at 09:43.
Reply With Quote