Skip to content
⌘ NSIS Forum Archive

Delay in custom page

9 posts

mamilo#

Delay in custom page

Hi,
I have a significant delay in my custom page. I dont know the reason. I define the Reservefile on top of the script, but it doesn't help. I send my code as attachment.
Thanks for any help!
mamilo
Afrow UK#
Try adding ReserveFile InstallOptions.dll too.
Also, I'm not sure that you should put spaces before and after the = in the INI file entries (i.e. State = 0). Try removing them.

-Stu
mamilo#
Hi,
thanks for you answer but adding ReserveFile InstallOptions.dll and removing the spaces in the INI file entries don't help. The delay is always significant.
mamilo
{_trueparuex^}#
I think you need to reserve System.dll too. FileFunc.nsh uses it in some functions and WINDOWS_VERSION.nsh probably uses it too.
Comm@nder21#
in fact, you should reserve any file, that is used in your installer directly and is not a file to be installed with the program.