lovespy108
11th January 2008 08:02 UTC
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.:up: :up:
fabian.rap.more
11th January 2008 08:37 UTC
try this: http://nsis.sourceforge.net/Go_to_a_NSIS_page
Afrow UK
11th January 2008 17:27 UTC
You will have to call that in the first page's pre function because the user interface isn't initialised until after .onInit.
Stu
pospec
8th May 2008 13:31 UTC
Can I call this tricky function from nsDialogs onBack function? I try it and it doesn't work.