Reflate

Razor12911

Новичок
I don't know if I'm posting at the right place, but anyways, here's reflate, compatible with Inno Setup, it shows correct progress during decompression (optional), very few bugs with it. This does not deploy a large number of files during decompression so that a bonus.

Compression files:
raw2hif.exe
rawdet.exe
reflate.exe

Decompression files:
raw2hif.exe
reflate.exe

Compression command line:
reflate -process input output

Decompression command lines:
reflate -restore input output
reflate -restore - - //for stdin and stdout

Edit: I think I did post in the wrong place, couldn't rectify error, there isn't a delete button.
 

Вложения

Последнее редактирование:

Mickey1s

Ветеран
Модератор
Выдаёт ошибку:

Код:
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressing 37 files, 8,354,165 bytes. Processed   0%
Compressing 8,354,165 bytes with reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Errorlevel=0

ERROR: general (de)compression error in reflate
 

Timick

Старожил
Так же выдает ошибку:

Код:
FreeArc 0.67 (March 15 2014) creating archive: Data-1.bin
Compressing 1 file, 281,799,333 bytes. Processed   9%
Compressing 281,799,333 bytes with reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Errorlevel=1

ERROR: general (de)compression error in reflate
 

SBalykov

Старожил
Аналогично ...
Код:
d:\Documents\Projects\Others\Scripts\Reflate_1400>del /q data.arc
Не удается найти d:\Documents\Projects\Others\Scripts\Reflate_1400\data.arc

d:\Documents\Projects\Others\Scripts\Reflate_1400>arc.exe a -ep-- -r -ed -s; -w.\temp -mreflate+lzma data.arc "pack\*"
FreeArc 0.67 (March 15 2014) creating archive: data.arc
Compressing 1 file, 601,268 bytes. Processed 0%
Compressing 601,268 bytes with reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Errorlevel=1

ERROR: general (de)compression error in reflate


d:\Documents\Projects\Others\Scripts\Reflate_1400>pause
Для продолжения нажмите любую клавишу . . .
 
Сверху