Quote:
Originally Posted by BAMsE
Probably wrong version of some compressor file or absence of arc.ini. You need arc.exe (0.67), precomp.exe plus its files (0.4.2), srep.exe (3.0) and arc.ini included in yener90's setup.cab. This ini must be placed in the root of your setup.cab too
|
This is my arc.ini
Code:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp