Hi,

According to the SetupBuilder documentation, compiler variables can be used in #include directives. e.g. if I have compiler variable SOME_DIR set to "C:\Foo", then

#include script "UninstallScript.sbi" from "[SOME_DIR]"

should work as long as C:\Foo\UninstallScript.sbi exists. Is this correct? I can't seem to get it to work, though it does when I hard code it:

#include script "UninstallScript.sbi" from "C:\Foo"

thanks,

Amar