Hi,
I have inherited a build project that uses relative paths. This is necessary as AIP edits and builds do not happen in the same part of the directory tree: edits are done in a fixed location while build system creates a new directory for every build.
Now I need to add a few prerequisites and these are taken from several fixed directories on the same drive but each of these currently ends up with a relative path which is wrong -- they need to have absolute paths. I don't see a way to do this in Advanced installer. Moving prerequisites to a different drive is not an option, project root is not fixed and path variables are useless to me since they are relative.
I either need a way to specify absolute paths for prerequisites regardless of the Objects->Projects Paths setting (things external to a project are usually kept if fixed locations, they don't move around often) or I can add this as ordinary files if needed (I was hoping for an option in Properties->File to force absolute path for individual item but found nothing). What do I do?
Regards,
Harvey