View Single Post
  #3  
Old 27-02-2013, 14:51
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISSRepExtract ( 0, 50, ExpandConstant('{app}\data.srep'),ExpandConstant(' {app}\'), true) then break;
if not ISPrecompExtract( 0, 100, ExpandConstant('{app}\data'), ExpandConstant('{app}\'), true) then break;
Reply With Quote