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.