PDA

View Full Version : Install File Source Folder


sphair
09-15-2005, 02:16 AM
I'd like to use a variable in my Install File Source Folder parameter, but it doesn't seem to be possible.

Is there any chance of adding this?

linder
09-15-2005, 02:23 AM
Hello,

Installer runtime variables (%THISONE%) are available at runtime only, not compile time.

You can use compiler variables in your Source Folder parameter.

Does this help?

sphair
09-15-2005, 02:39 AM
Thanks, I'll try that!