Archive: Delay in custom page


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


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


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


I think you need to reserve System.dll too. FileFunc.nsh uses it in some functions and WINDOWS_VERSION.nsh probably uses it too.


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.


Hi, should I also reserve .nsh files?
mamilo


No you don't need to reserve .nsh files. Do you still have the delay?


no, as !include x.nsh is not a runtime but preprocessor (compile time) command.


Hi,
I have also reserved my ICO files but the delay is still significant.
mamilo