
25-07-2020, 14:43
|
 |
Lame User
|
|
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
|
|
Quote:
Originally Posted by samadrahman74
how add lzma and 4x4 ?
arc.ini
Code:
[External compressor:rep,mm,exe,exe2,4x4,lzma]
header = 0
unpackcmd = "FAZip" -i0 decompress:{compressor}{:option} <stdin> <stdout>
setup.iss
Code:
{#ifndef FAZip} {#define public FAZip "NULL"} {#endif}
#expr AddToList("FAZip\Win64\*.*", FAZip, "x64") /* FAZip x64 */
#expr AddToList("FAZip\Win32\*.*", FAZip, "x86") /* FAZip x86 */
COMPRESSOR.ini
Code:
#Define FAZip "DUAL" /* "x86", "x64", "DUAL"
Does not work!
|
lzma/4x4 is already built-in supported (I think by unarc.dll)
__________________
Haters gonna hate
|