Archive: only show page if...


only show page if...
Hello,

I have several pages on my installer. But I want show some of them only in a special case (if condition).
How can I do it???

Thanks aemik


Simply don't call InstallOptions to show the page when you don't want to show it. Just skip over the call.


Thats it.
Thank you very much for your help.