View Single Post
  #161  
Old 10-06-2013, 05:50
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
Hi, I keep getting this error everytime ISPrecompExtract tries to extract any .pcf file

for instance:


Everything works fine till the moment to begin extracting .pcf
I even went to installation path and I confirmed that last extracted file was .pcf unable to extract it


My Extraction code is:
Code:
        if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Element4l.arc'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
        if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\Element4l.pcf.srep'), ExpandConstant('{app}\'), true ) then break; 
        if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Element4l.pcf'), ExpandConstant('{app}\'), true) then break;
        if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Element4l.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
I would appreciate if you could help me out with this issue.

Compressing sequence I used:
1) Arc -m0 -dm0
2) precomp -cn (as none compression, I used 0.4.3 version)
3) srep -m3f
4) Arc -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8

Thanks in advance!

Last edited by kostaskaraivalis; 10-06-2013 at 05:56.
Reply With Quote