Hi, I'm trying to detect .Net 3.5 presence as described in his article.

When I go to compile, I get the error:
MyInstaller.sb6 (17): error GEN1007: Reference to constant $NET_FRAMEWORK_35$ has not been previously defined.

Just for fun, I try the others too: $NET_FRAMEWORK_10$, $NET_FRAMEWORK_11$, $NET_FRAMEWORK_20$. Same thing

Using version 6.9.2390

Thanks