Page 1 of 1

How to add files to include from commandline?

Posted: Wed Oct 18, 2006 3:59 am
by Marck
Hello,

new to this forum, and I looked around here as well as in the help pages, but didnt find an answer. Hope someone can help me.

We develop applications, and for this we of course have a makefile (buildscript). From within this buildscript we would like to call InstallAware to make an msi. (I've read and understand how to do that using the command line).

Is it possible to change, from within 'our' buildscript, the list of targetfiles to include in the msi to be included?

Posted: Wed Oct 18, 2006 8:38 am
by MichaelNesmith
If you use compiler variables in your Install Files (and similar) commands, yes you can do this. And of course, you may set the values of compiler variables from the command line at build time.