PDA

View Full Version : source path variable


Lorne
02-06-2002, 04:06 PM
Just include both files in the setup, and use a design-time constant in the files' build-time conditions to control which files get included in the setup.

Mark
02-06-2002, 04:37 PM
Hi,

Lorne's suggestion will only work if you are using Setup Factory 6.0.

mark.

pepinfarb
02-07-2002, 12:19 AM
Is it possible to use a variable in the source path so that I can use one setup file to produce multiple builds. changing the variable would get source files from different directories:

example would be variable set to either "c:\bin\dir1" or "c:\bin\dir2"

then source path would be define like %customSrcPath%\filename

Lorne
02-07-2002, 09:09 AM
Oops...Mark's right, of course.

(Thanks Mark. http://www.indigorose.com/ubb/images/icons/smile.gif)