View Single Post
  #10  
Old 17-01-2014, 02:17
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by r4ll View Post
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method

thanks
Code:
if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),   ExpandConstant('{app}\data1.srep'), false, '') then break;
if not ISSRepExtract    ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'),  ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract     ( 0, 25, ExpandConstant('{app}\data1.arc'),  ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
Total Percentage of the whole progress. if you have more files change it. Total Must be 100.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote