Hi again,

I'm currently using the following code to select (i.e. turn on) a feature after returning from a checkbox window:

If %CHECKBOXRESULT% Equals "1" on Position "1" Then
Set Variable %_SB_FEATURESID% to "_0008_|"
End

Afterwards, I can do:
If Feature "ASA" selected Then
Display Message Box "ASA OK\n" -- "ASA"
End

And it works! However, it appears that the feature is not actually getting installed.

Could you please confirm if this is the proper way to turn on a feature under script control?
Thanks,
Edgard