I've created a script with several custom pages. One of them is:
And several sections, one of them is:Page custom UserCredentialsPage UserCreadentialsPageLeave
, that retrives via a webservice the licence. The problem is that, I need UserCreadenticalsPage page isn't showed if this section isn't selected.
Section "Licence"
...
SectionEnd
How can I set that NSIS doesn't show my custom page if a section isn't selected?
Thanks for all.