Archive: Sections


Sections
Is there a way to grey out a section on the uninstall but still have it become checked or un checked depending on other sections being selected for uninstall?

thanks,


Give the greyed out look but still section is visible.


I'm not so sure you can hide them via standard NSIS calls when the page is already being displayed. You might be able to manipulate the TreeView directly, if you really want to do this.


no it's fine if they are greyed out before display, I have implemented .onSelChange,

When one section is selected it automatically de-selects a bunch of other sections, or if that one selection is selected it automatically selects a bunch of other sections. Those sections that are automatically selected/unselected never have the ability to select or de-select on their own so why show them as having the ability?

I still want to display them and show their status as selected or unselected but simply grey them out, does that make any sense?


I would assume that uninstaller sections behave in the exact same way as installer sections. Try searching the forums for 'readonly section'.


thanks got it, works the same.