View Single Post
  #14  
Old 18-10-2014, 18:18
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
Use for normal? But i like about a method like this:
Code:
-msrep+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
It wont work!
try adding these 2 files and change arc.ini, but I do not know if it works

arc.ini
Code:
[External compressor:precomp]
header = 0
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

[External compressor:srep64]
header = 0
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>

[External compressor:lzma64]

header = 0
unpackcmd = lzma64 d lzma{:option} <stdin> <stdout>

in [Files]
Code:
Source: Include\srep64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\lzma64.exe; DestDir: {tmp}; Flags: dontcopy
in function InitializeSetup(): Boolean;
Code:
ExtractTemporaryFile('lzma64.exe');
ExtractTemporaryFile('srep64.exe');
Reply With Quote