Quote:
Originally Posted by REV0
maybe output and arc bla bla is the key. what's the complete line in your setup ?
|
I downloaded the example (attachment) Yener90 put on the first post.
Then i used the same arc.ini he put on Setup.cab to compress something (i compressed for example two files and a whole folder) with this command line:
Code:
arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "path\file1.test" "path\file2.test" "file\folder\*"
I put the .bin into installer folder.
Then i edited it with the right path and the Setup.ini:
Code:
[ExtractSettings]
FreeArcFile1={src}\Data1.bin;DestDir:{app};Disk:1
That's all. It works!