Skip to content
⌘ NSIS Forum Archive

Skip some pages and goto install pages directly?

4 posts

lovespy108#

Skip some pages and goto install pages directly?

Can I realize the following way:

In Function .onInit,if a variable equals a value,then let the setup skip welcome page and other pages including my custom pages,and go to install pages directly.

Thanks.👍 👍
Afrow UK#
You will have to call that in the first page's pre function because the user interface isn't initialised until after .onInit.

Stu