View Single Post
  #4  
Old 15-05-2013, 13:22
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
arc.ini must be like this

Code:
[External compressor:srep]
header = 0
packcmd   = srep {options} -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d -s - - <stdin> <stdout>
include arc.ini in [Files]
extract file during installation.

done!
Reply With Quote