Skip to content
⌘ NSIS Forum Archive

Creating Tree Nodes on the fly

3 posts

mhollander#

Creating Tree Nodes on the fly

Is there a way to include or exclude Selection Tree options at runtime in the installer .


E.G.

IF IE6 THEN
... Do Not Include IE6 Install node option
ELSE
... Include IE6 Install node option
ENDIF

As apposed to preventing the user from clicking on it.
kichik#
To remove a section from the components list use SectionSetText ${secDef} "". Sections with empty names are not included in the components tree.