I don't seem to be able to use compiler variables when forming the path of a script.

For example, this doesn't work :

#include script "ibt.sbi" from "[SB_PROJECT]\SetupBuilderScripts"

but an absolute path does :

#include script "ibt.sbi" from "F:\Projects\Flatbed\Mainline\Installers\SetupBuil derScripts"

It is important to me that all files that I reference are relative so we can 'Get' from our Source control system to any folder on a developers machine.

Having read the documentation I think I could work round this I think by having all my scripts and set-up projects in the same directory. This wouldn't be ideal.

Thanks,

Mike D