View Single Post
  #262  
Old 02-12-2013, 07:37
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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
Reply With Quote