mikedoris
10-14-2008, 09:52 AM
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\SetupBuild erScripts"
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
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\SetupBuild erScripts"
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