PDA

View Full Version : PCF Error in ISDone


danswano
26-02-2013, 14:20
Hello, why do i keep getting this error:
http://i53.tinypic.com/mtqlgz.jpg

although i've compressed using the same version/file that ISDone is using in /includes folder.

Thank you.

altef_4
27-02-2013, 14:43
Give a part of your script, where you try to extract this archive.

danswano
27-02-2013, 14:51
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;

altef_4
28-02-2013, 01:43
if not ISPrecompExtract( 0, 100, ExpandConstant('{app}\data'), ExpandConstant('{app}\'), true) then break; i think error in this part, change ExpandConstant('{app}\data') to ExpandConstant('{app}\data.pcf') and you not correct write percents 25 50 100 must be 100, but you have 175.

danswano
28-02-2013, 04:24
I removed the PCF version check line and it worked.