PDA

View Full Version : Two MUI install pages, with different actions


gusthevizsla
13th January 2011, 00:43
I'm new to NSIS, and although I've read the docs, I'm stuck.
I need to have 2 install pages, with a custom dialog in between. When I hit the second install page, it repeats the same function calls as the first one - and I need it to do something different.

Is what I want to do possible, and if so, how can I achieve this?

MSG
13th January 2011, 06:08
Install pages execute all enabled sections. You can probably just make one (hidden) section disabled at the start, then at your custom page enable it and disable all other sections.