View Single Post
  #11  
Old 25-07-2020, 07:49
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 60
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
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!

Last edited by samadrahman74; 25-07-2020 at 08:53.
Reply With Quote