View Single Post
  #4  
Old 19-06-2013, 22:51
kostaskaraivalis kostaskaraivalis is offline
Registered User
 
Join Date: Jun 2013
Location: Greece
Posts: 9
Thanks: 8
Thanked 1 Time in 1 Post
kostaskaraivalis is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
kostaskaraivalis You missed the Precomp part..
Code:
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISPrecompExtract( 0, 25, ExpandConstant('{app}\data1.pcf'),    ExpandConstant('{app}\data1.srep'), true) then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'),ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
He said he used only Arc -m0 --> srep --> arc -mx
there is method without using precomp as well.
Reply With Quote
The Following User Says Thank You to kostaskaraivalis For This Useful Post:
y_thelastknight (20-06-2013)