|
#151
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#152
|
|||
|
|||
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
taporocrufeljan (06-06-2013) | ||
|
#153
|
|||
|
|||
|
I want create 2 process bar looks like the picture
![]() my script Last edited by Thang; 06-06-2013 at 23:29. |
|
#154
|
|||
|
|||
|
Good day Sir, Im New here and also a newbie . .
im having same problem as MR. MartinezPL I've got the same Error all over again. I'm using Quote:
Another thing. . . How can i compress with Freearc with .bin extension? is it renaming the Data.arc to DATA.bin? Help Sry for my Bad English.
|
|
#155
|
||||
|
||||
|
yes, just choose the filename you want + extension. Doesnt have to be arc file, could be data.xyz if you really wanted to.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
taporocrufeljan (06-06-2013) | ||
|
#157
|
||||
|
||||
|
Hi.
Thanks Code But Me Need Help In protect or lock setup file in disable extract ? plz help me. |
|
#158
|
||||
|
||||
|
@AHRIMANSEFID
use inno setup enhanced edition to disable that. |
|
#159
|
||||
|
||||
|
inno setup enhanced edition 5.5.1 does not work ,plz help me how can i protect my setup source.
if this program works explain something about it or give an example thanks........ |
|
#160
|
||||
|
||||
|
i got this error in v1.5
|
|
#161
|
|||
|
|||
|
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. |
|
#162
|
||||
|
||||
|
@kostaskaraivalis
try with precomp v0.42 |
|
#163
|
|||
|
|||
|
Your compression method precomp04. Open in my script include and ISDone/include folder. Open arc.ini. Change precomp to precomp04. Then try.
|
|
#164
|
|||
|
|||
|
@kostaskaraivalis
My script don't support precomp 0.43 version. Use precomp 0.42 version. |
|
#165
|
||||
|
||||
|
Quote:
Will add this function for v2 unicode. IS Enhanced disallows this from happening , unless you are talking about something else. Last edited by Razor12911; 10-06-2013 at 07:55. |
![]() |
|
|
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 |