
17-01-2014, 03:15
|
|
Registered User
|
|
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
|
|
Quote:
Originally Posted by y_thelastknight
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
|