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)

ffmla 07-04-2016 22:43

Help relate ISPrecompextract(0,20.....
In the blackbox inno script isprecomp () extraction process not shown in progress bar.
Process extract in background but in progress bar and percentage not shows.
How to fix this?.

ffmla 09-11-2016 21:29

Question about inno script hotkeys
 
How to disable inno setup hotkeys in the installer :confused:.
I'll edit one of the customized wizard installer (dante1995).
In that installer by pressing space button installer start installing. How to disable it..

Thanks in advance. ..

pakrat2k2 09-11-2016 22:14

Quote:

Originally Posted by ffmla (Post 453765)
How to disable inno setup hotkeys in the installer :confused:.
I'll edit one of the customized wizard installer (dante1995).
In that installer by pressing space button installer start installing. How to disable it..

Thanks in advance. ..

search for hotkey in the script itself, if there change to ""

ffmla 09-11-2016 23:11

Thanks for reply

But there is no hotkey word in the script.
May I upload the script. .

dr.kaskus.s.pd. 23-11-2016 07:59

1 Attachment(s)
help me please!
i have downloaded yener90's script (CI 8.0.1.0)
(detail on the image).

what should i do at the first time to use this script ?
i'm using inno setup 5.9 unicode.

- i want to make setup internal and dont use compressor . i was remove ( ; )
but i still get error. :(


im waiting for advice. thanks:)

nizcoz 28-11-2016 02:13

How to add an external compress method to inno script? I wish add .rar file (data.rar) to my script (and install it) instead of inno compression. How?

felice2011 28-11-2016 02:49

Quote:

Originally Posted by nizcoz (Post 454082)
How to add an external compress method to inno script? I wish add .rar file (data.rar) to my script (and install it) instead of inno compression. How?

http://www.fileforums.com/showthread.php?t=98186

Logically I suggest a basic script installation, if you run a search here on the forum will find several...;)

nizcoz 29-11-2016 14:04

Quote:

Originally Posted by felice2011 (Post 454083)
http://www.fileforums.com/showthread.php?t=98186

Logically I suggest a basic script installation, if you run a search here on the forum will find several...;)

I can not do it correctly. I have many problems with my script. I tried mix my script with the isdone example but no work.


Another question, how add a message at the finish of the cancel of the install?? ¨the installation was succefully aborted¨ (english and spanish)

felice2011 29-11-2016 14:35

@Nizcoz, I can not guess what you're mixing, are not a magician, your inexperience on programming a script, ti should teach you to try before on a tested installer and running here on the forum, in order to study you its code and its concept of operation , and later on modify it as you want.
Choose an installer here on the forum, you work, for problems, post the code and someone will help you.

pakrat2k2 29-11-2016 18:22

Quote:

Originally Posted by ffmla (Post 453768)
Thanks for reply

But there is no hotkey word in the script.
May I upload the script. .

sure upload script, then the magicians here may solve your issue for you :)
( in reference to post 1218 )

nizcoz 30-11-2016 03:08

^^ Ok, thanks.

How add a message at the finish of the Cancel while installing?? ¨the installation was succefully aborted¨ (english and spanish)

danswano 01-12-2016 06:44

How do i set temp dir of srep to destination directory instead of temp?
[Srep]
Memory = 256
TempPath =

[Precomp]
Memory = 40
TempPath =

Razor12911 02-12-2016 06:41

Quote:

Originally Posted by danswano (Post 454148)
How do i set temp dir of srep to destination directory instead of temp?
[Srep]
Memory = 256
TempPath =

[Precomp]
Memory = 40
TempPath =

if not SrepInit(ExpandConstant('{tmp'),512,0) then
if not PrecompInit(ExpandConstant('{tmp'),128,0) then


also

ISArcExtract(CurComponent:Cardinal; PctOfTotal:double; InName, OutPath, ExtractedPath: AnsiString; DeleteInFile:boolean; Password, CfgFile, WorkPath: AnsiString; ExtractPCF: boolean ):boolean;
external 'ISArcExtract@files:ISDone.dll stdcall delayload';

notice WorkPath?

danswano 05-12-2016 00:29

Thank you razor, i thought it should be set in cls.ini

nizcoz 05-12-2016 04:09

1) How to add a message at the finish of the ¨Cancel while installing¨?? ¨the installation was succefully aborted¨

2) How to resize the uninstall`s WizardSmallBitmapImage to Left := ScaleX(0);
Width := ScaleX(500);
Height := ScaleY(60);

3) How to add timeelapsed, porcentage, etc to install and uninstall pages?

Thanks!!!

PD: sorry, bad english.


All times are GMT -7. The time now is 08:27.

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