Quote:
Originally Posted by Razor12911
Create an archive using precomp+srep+delta+lzma method then from there, set it up in the installer creator.
Archive Type - > Freearc
Source - > Archive Directory
Output - > App directory
Precomp - > Set version
Done!
|
Thanks for the TAB to choose the template great innovation.
I use this commands in free arc.
Code:
-msrep:m3f:mem256mb+dispack070+delta+lzma:512mb:normal:bt4:256
Code:
app\arc x -ep1 -i2 -w. -dp.\%PATH% %~n1.bin -msrep:d
with very good results but the problem is ISdone.dll doesn´t suport the commands.
currently I use *.bAT file to install games is posible thats this commands works in C.I., I know, Freearc is not multivolume, there are any way to make a comPREssion like
Code:
echo off
arc a -ep1 -r -w.\ .\data1.cab [email protected] -msrep:m3f:mem256mb+dispack070+delta+lzma:512mb:normal:bt4:256
arc a -ep1 -r -ed -w.\ .\data2.cab [email protected] -x".\audio\*" -x".\movies\*" -msrep:m3f:mem256mb+dispack070+delta+lzma:512mb:normal:bt4:256 ".\*"
arc a -ep1 -r -w.\ .\data3.cab -msrep:m3f:mem256mb+dispack070+delta+lzma:512mb:normal:bt4:256 ".\movies\#converted\*"
with GUI in C.I.
many thanks
Razor12911