View Single Post
  #1  
Old 26-01-2016, 16:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Reflate (Compatible with ISDone)

Here's reflate that is 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:
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

Arc.ini
Code:
[External compressor:reflate]
header = 0
packcmd   = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore - - <stdin> <stdout>
Attached Files
File Type: 7z reflate_1500.7z (1.39 MB, 1345 views)

Last edited by Razor12911; 04-06-2016 at 02:56.
Reply With Quote
The Following 36 Users Say Thank You to Razor12911 For This Useful Post:
-XCX- (31-01-2017), amgad_800 (19-03-2016), Amsal (26-01-2016), Andrey167 (27-01-2016), arkantos7 (27-01-2016), Bilawal (26-01-2016), buttignol (27-01-2016), Carldric Clement (28-01-2016), chum (26-02-2016), COPyCAT (17-02-2016), coveiro (26-01-2016), emadmoner (06-02-2016), felice2011 (26-01-2016), ffmla (31-03-2016), gozarck (20-02-2016), Ichiraku2001 (04-06-2016), JRD! (31-01-2016), JustFun (26-01-2016), kassane (27-01-2016), kenzo34 (26-01-2016), Lucas65 (27-01-2016), Mini (27-01-2016), minivj (27-01-2016), nasir ahmad (08-06-2016), NexusIV (27-01-2016), Niceeight (27-11-2017), oltjon (05-03-2017), panker1992 (26-01-2016), punchao (05-03-2016), RamiroCruzo (26-01-2016), Sebazz (05-07-2016), Siber Pro (29-05-2018), Simorq (27-01-2016), Stor31 (10-02-2016), vint56 (04-03-2016), vLaDv (18-02-2020)
Sponsored Links