View Single Post
  #2  
Old 25-07-2020, 14:43
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
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
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
samadrahman74 (25-07-2020)