FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

pakrat2k2 05-04-2017 21:42

^ screenshot of error, & what script ?

Viper645 06-04-2017 04:34

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

Sebazz 06-04-2017 08:30

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.

78372 06-04-2017 08:57

Quote:

Originally Posted by Sebazz (Post 457863)
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.

Don't know about the first one because I never tried by the answer of your second question is, if you use wpi update 3, it will delete the copied files if you cancel installation

ImmortalArc 06-04-2017 09:01

It will be awesome if somebody gives slideshow script which uses lesser memory....

ImmortalArc 07-04-2017 01:19

1 Attachment(s)
I was using an slide show script by Ronaldo and got this error and even my ram and CPU usage keep increasing

artag 14-04-2017 09:09

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);

how do i attach event to the button? (for example: exit).
thanks

Gupta 14-04-2017 09:20

>>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));


artag 14-04-2017 10:03

compiler error: unknown identifier click

i'm using inno compiler 5.5.9 (u)
thanks

romulus_ut3 20-04-2017 03:37

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>

How can I limit my overall usage of RAM to 1GB for the installer+Decompression? The highest threshold I'd like to maintain is 1.25 GB.

Viper645 23-04-2017 07:58

Which compressors are supported by unarc.dll (314kb) by default? I mean without other extra compressor exe's and cls/other dll's?

Bulat 23-04-2017 08:50

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

Viper645 23-04-2017 09:42

Understood nothing. Is srep/precomp supported with unarc.dll? or only the mx method is the highest?

Bulat 23-04-2017 09:48

yes, only mx

78372 24-04-2017 10:19

If anyone helps by letting me know some scripts compatible with inno setup quickstart pack 5.2.3, I will appreciate that very much.


All times are GMT -7. The time now is 19:29.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com