Quote:
Originally Posted by Ahmed1999
Please how do I make an installation file compatible with PrecompX
|
Replace precomp.exe & PrecompX.exe with arc.exe and write to arc.ini
Pack
Quote:
[External compressor:PrecompX]
header = 0
packcmd = PrecompX.exe -e - - <stdin> <stdout>
|
Unpack
Quote:
[External compressor:PrecompX]
header = 0
unpackcmd = PrecompX.exe -d - - <stdin> <stdout>
|