View Single Post
  #2  
Old 13-12-2019, 08:15
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
Carldric Clement is on a distinguished road
I just fixed it
Code:
[External compressor:afr642a7]
header = 0
packcmd = "AFR\AFR_2a7_x64.exe" e {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = "AFR\AFR_2a7_x64.exe" d #in #out <stdin> <stdout>

[External compressor:srep]
header     = 0
default    = -m3f
packcmd    = "SREP\SREP64.exe" {:options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd  = srep -d -s - - <stdin> <stdout>


[External compressor:lolz]
header     = 0
packcmd    = "LOLZ\LOLZ.exe" {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
To unpack using IsDone please add cls lolz on your installer.
Reply With Quote