Is there a way that I can associate if a page is shown by what components are selected to be installed?
Such as if I have a database component which is unchecked it would be unnecessary to ask for database configurations so I would not want to show that page.
Thanks
Associate Pages with Sections
4 posts
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
Edit: In the case of non custom pages, call Abort in a page's PRE function which is defined using MUI_PAGE_CUSTOMFUNCTION_PRE before the MUI_PAGE_* line.
Stu
Thanks