for compression used these configs in arc.ini
[External compressor:srep64]
header = 0
packcmd = srep64 {options} -m3f -ia- -l512 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>
[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d256mb -tt8 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:lz77]
header = 0
packcmd = xz a -txz -an -mcrc=0 -m1=lzma2:d300m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>
now after compressing files i made changes to my installer and wanted to unpack them via installer but the installer is returning error now, last time i used the same compression and decompressed successfully but now decompression is not working ...............i dunno what i used....lol
but when i click and open the installer and click install button after 10 seconds>>>>btw i am using razor installer.....please help
Code:
An error occurred while unpacking: Unable to write data to disk!
Unarc.dll returned an error code:-11
ERROR: archive data corrupted (decompression fails)