Skip to content
⌘ NSIS Forum Archive

Add button on page to skip to other pages

2 posts

wag2639#

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
wag2639#
Update: I found the NonObligatoricPages sample in the wiki.

Looks like what I wanted. Hopefully it'll work with the script I inherited.