Archive: Jump back and forth


Jump back and forth
Hi Guys!

I'd like to "abuse" NSIS for some kind of small GUI application used to change configurations for a specific program. I think it's ideal because a lot of things like GUI elements and functions for altering INI files, Registry Settings and so on are already there.

I managed to simplify my installer to start with some kind of "Main Menu", which is an MUI IO custom page showing a number of buttons and help texts. Now I'd like to jump to a specific configuration page if someone presses Button 1 and to another page if someone presses Button 2 etc.

Not too hard, but I'd like to return to my main menu page after the user left the configuration page he was brought to when she/he pressed the corresponding button in this main menu.

For the moment, I do not see a way to do this. But maybe I just overlooked something?

I defined ONE page for the moment which calls a function showing the main menu page and afterwards calls a function to check for the pressed button..

I use 2.05, but I guess that 2.06 would be the same. Any ideas anyone?

Thanks in advance,
kind regards,
Heiko


Use this to jump to a certain page:
http://nsis.sourceforge.net/archive/...ances=0,11,814

-Stu