Archive: Skip some pages and goto install pages directly?


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:


try this: http://nsis.sourceforge.net/Go_to_a_NSIS_page


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

Stu


Can I call this tricky function from nsDialogs onBack function? I try it and it doesn't work.