View Single Post
  #11  
Old 17-01-2014, 03:15
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
Unhappy

Quote:
Originally Posted by y_thelastknight View Post
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.
I am getting this error.I have also renamed Data1 to My Data name
Attached Images
File Type: png error.png (13.8 KB, 241 views)
Reply With Quote