Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
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
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.
Leave a comment: