|
#11
|
|||
|
|||
|
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;
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. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |