#1261
|
||||
|
||||
^ screenshot of error, & what script ?
|
Sponsored Links |
#1262
|
|||
|
|||
I need a script to extract freearc files(no external compressors, no isdone) by inno setups with progress. The script should be compatible to embed with other designed scripts
|
#1263
|
|||
|
|||
Actually i use windows phone installer script by razor, i have 2 problems, someone can help me ? Thanks:
1. When i use pzlib and try to cancel during installation (Extract Files), this not cancel, pzlib keep runing in the adm task and not close. 2. When i cancel during installation during installation (Extract Files), what is the script for reverse back and delete the copied files. |
#1264
|
|||
|
|||
Quote:
__________________
NOT AVAILABLE |
#1265
|
||||
|
||||
It will be awesome if somebody gives slideshow script which uses lesser memory....
__________________
Sharing is caring : immortal words.. |
#1266
|
||||
|
||||
I was using an slide show script by Ronaldo and got this error and even my ram and CPU usage keep increasing
__________________
Sharing is caring : immortal words.. |
#1267
|
|||
|
|||
Hi! Newbie question here:
Let's say i create a button using botva: Code:
btn1:=BtnCreate(WizardForm.Handle,200,200,160,50,ExpandConstant('{tmp}\button.png'),18,False); BtnSetText(btn1,'Hola') BtnSetFontColor(btn1, $000000, $000000, $000000, $000000); thanks |
#1268
|
|||
|
|||
>>how do i attach event to the button? (for example: exit).
Code:
procedure BtnClick(hBtn:HWND); begin WizardForm.CancelButton.Click; end; ... BtnSetEvent(hBtn,BtnClickEventID,WrapBtnCallback(@BtnClick,1));
__________________
XD |
#1269
|
|||
|
|||
compiler error: unknown identifier click
i'm using inno compiler 5.5.9 (u) thanks |
#1270
|
|||
|
|||
Hello everyone, I have a really simple query.
I have this Redist folder alongside the archives I have for the installer (Windows Phone Installed by Razor 12911) and I want the Redist folder along with it's sub directories to be copied over to the installation folder, then run the Redist Installers from the installation path instead of the installer source. What modifications do I need to make? I would also like to add that I am unable to cancel an installer that has pzlib in it. Is there anyway to fix this? I am sure I saw a post where someone shared a code but I am unable to find the post. Second query: Can I make changes to my arc.ini to set a limit for the decompression memory it'll be using? For example, my arc.ini looks something like this: Code:
[External compressor:pzlib,pzlib64] header = 0 unpackcmd = pzlib d -t8 - -o - <stdin> <stdout> [External compressor:srep,srep64] header = 0 unpackcmd = srep -d -s -- <stdin> <stdout> [External compressor:xz] header = 0 unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout> Last edited by romulus_ut3; 20-04-2017 at 03:45. |
#1271
|
|||
|
|||
Which compressors are supported by unarc.dll (314kb) by default? I mean without other extra compressor exe's and cls/other dll's?
|
#1272
|
|||
|
|||
LINKOBJ_FAR_PLUGIN = Environment.o Common.o CompressionLibrary.o C_LZMA.o
LINKOBJ_TINY = $(LINKOBJ_FAR_PLUGIN) C_BCJ.o C_Dict.o C_Delta.o LINKOBJ_MINI = $(LINKOBJ_TINY) C_REP.o C_LZP.o C_PPMD.o C_External.o LINKOBJ = $(LINKOBJ_MINI) C_MM.o C_TTA.o C_Tornado.o C_GRZip.o C_4x4.o C_DisPack.o C_LZ4.o C_Encryption.o C_CLS.o C_CELS.o |
The Following User Says Thank You to Bulat For This Useful Post: | ||
romulus_ut3 (23-04-2017) |
#1273
|
|||
|
|||
Understood nothing. Is srep/precomp supported with unarc.dll? or only the mx method is the highest?
|
#1275
|
|||
|
|||
If anyone helps by letting me know some scripts compatible with inno setup quickstart pack 5.2.3, I will appreciate that very much.
__________________
NOT AVAILABLE |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
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 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |