|
|
|
#1
|
|||
|
|||
|
Hello, why do i keep getting this error:
![]() although i've compressed using the same version/file that ISDone is using in /includes folder. Thank you. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Give a part of your script, where you try to extract this archive.
|
|
#3
|
|||
|
|||
|
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; |
|
#4
|
||||
|
||||
|
Quote:
Code:
ExpandConstant('{app}\data') to ExpandConstant('{app}\data.pcf')
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (28-02-2013) | ||
|
#5
|
|||
|
|||
|
I removed the PCF version check line and it worked.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| yener90's Inno Project Source Codes | yener90 | Conversion Tutorials | 1475 | 21-10-2014 09:50 |
| Inno Setup + ISDone Extracting files | buttignol | PC Games - CD/DVD Conversions | 11 | 28-02-2013 16:31 |