Skip to content
⌘ NSIS Forum Archive

Is it possible to create a navigational installer... Links to custom screens?

4 posts

vbgunz#

Is it possible to create a navigational installer... Links to custom screens?

I've been thinking about this for a while. Its only been a thought. Is it possible to create a link type installer, where a user can choose which screens they'd like to see?

e.g. first screen has ten links. Each link takes the user to a screen of there choosing.

Is this possihble? If so, can someone help shed some light as to how this can be done? Thanks a million!
Afrow UK#
To jump to different pages you'd have to use lots of different installers.
As for the links, you'd have to use a InstallOptions page with link controls (not too pretty!)

-Stu
deguix#
To jump to different pages you'd have to use lots of different installers.
There is a function to skip a number of pages called Go to a NSIS page.