Archive: Creating Tree Nodes on the fly


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.


To remove a section from the components list use SectionSetText ${secDef} "". Sections with empty names are not included in the components tree.


Thanks.

Works like a charm