|
|
|
#1
|
||||
|
||||
|
kostaskaraivalis You missed the Precomp part..
Code:
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISPrecompExtract( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.srep'), true) then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'),ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
@ y_thelastknight you and kostaskaraivalis both used different variabales in archieve.ini i.e. 0,25 (your values) and 0,33 (kostaskaraivalis 's value). what effect those variable (in archieves.ini) make in this file or game compression.? BTW thanks for your reply. |
|
#3
|
|||
|
|||
|
Quote:
@ y_thelastknight sorry for trouble i read the tutorial by Razor12911 about this script and i find out about those variables. |
|
#4
|
|||
|
|||
|
Quote:
there is method without using precomp as well. |
| The Following User Says Thank You to kostaskaraivalis For This Useful Post: | ||
y_thelastknight (20-06-2013) | ||
|
#5
|
||||
|
||||
|
Quote:
![]() |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
kostaskaraivalis (20-06-2013) | ||
|
#6
|
|||
|
|||
|
Indeed, well I ought to mention it for a general purpose then.
|
|
#7
|
|||
|
|||
|
I try to run a sample to test it
It give me following error Run time error (at 141:21): could not call proc. ok somebody tell me what is that? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |