Archive: Add button on page to skip to other pages


Add button on page to skip to other pages
How do I add a button to a MUI page so that I can jump to another page? I'm trying to make a simplified installer that just has the welcome page and when they click next, it installs everything using default settings. However, I want to give advanced users a button on the bottom to go through the formal installation process and goes to the components and directory page.

- Thanks


Update: I found the NonObligatoricPages sample in the wiki.
http://nsis.sourceforge.net/NonObligatoricPages
Looks like what I wanted. Hopefully it'll work with the script I inherited.