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!