View Single Post
  #1  
Old 10-04-2018, 06:19
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 160 Times in 78 Posts
PsYcHo_RaGE is on a distinguished road
srep64+lolz+lz77

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)

Last edited by PsYcHo_RaGE; 10-04-2018 at 06:41.
Reply With Quote
Sponsored Links