View Single Post
  #241  
Old 21-10-2012, 14:37
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Wait... you prepared cab with such commandline
Code:
arc a -ep1 -ed -r -w.\ Data\Data1.cab -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "PATH TO BE COMPRESSED"
and use
Code:
[InstallOptions]
PrecompVer=0.42
in setup.ini? It can't work! It's for old method data.arc ---> data.pcf ---> data.srep ---> data.cab
For one-step commandline compression you should use
Code:
[InstallOptions]
PrecompVer=inside
Any errors are result of absence/incorrect versions of files.

Here is a package containing all necessary files.
1. extract it anywhere
2. drag'n'drop the folder which content you want to compress to #compress.bat (use some small for testing)
3. put in your setup.ini
Code:
[InstallOptions]
PrecompVer=inside
4. don't use "PrecSrep:1" under [ExtractSettings]
5. pack arc.ini from this package to the root of your setup.cab
Attached Files
File Type: rar precomp+srep+freearc.rar (1.36 MB, 256 views)
The Following 3 Users Say Thank You to BAMsE For This Useful Post:
ALVARIX2 (23-10-2012), kassane (22-10-2012), younger28 (26-11-2014)
Sponsored Links