I have added a custom page to my installer created using nsDialogs, however, the page is only necessary to be displayed to one of my InstType options.
InstType "Default" # 1
InstType "Developer" # 2
In the example above, I'd like the extra page to be shown to only developers. What is the best practice?
- Inspect some attribute to determine the install type and suppress call to
nsDialogs::Show
? No idea what attribute to look for - Some logic in the page routing that avoids the page being hit? No idea how to do this
- Something else?