Skip to content
⌘ NSIS Forum Archive

Make faster the loading of a IO page

6 posts

xilay#

Make faster the loading of a IO page

Hello,

First, sorry for my english, I don't use it a lot so, I hope you're going to understand me (and my problem).

Well, in my setup, I have a custom page made with InstallOptions, there are 10 fields in this page (2 radioButtons, 1 text, 2 comboBox, 5 labels and 1 goupBox).
But this page take a lot of time to display, in fact, I can see the window without my fields, and after 4-5 secs, my fields are here.

And if I deleted the last 4 fields, it's ok, but if these fields are in comment, the problem is back.

Have you got an idea?

Thanks
Afrow UK#
I don't understand why it should take that long.
Please attach your INI file.

And your English is perfect 😉

-Stu
xilay#
This is my .ini file, say me if you need an other thing.

And thanks for my english 🙂
xilay#
Yes, thanks a lot, I did my extraction in the main function of my custom page, now, in the .onInit, the loading is perfect.

Thanks to Afrow UK and Joost Verburg for your help. 😉
JasonFriday13#
Just food for thought, I have not used reservefile for a long time, and my installers come out just fine. Probably because I put my .oninit function at the top of the script. Also, you have eleven fields in your ini file, not ten.