Skip to content
⌘ NSIS Forum Archive

only show page if...

3 posts

aemik#

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
kichik#
Simply don't call InstallOptions to show the page when you don't want to show it. Just skip over the call.