Page 1 of 1

Command line builds and version number

Posted: Wed Apr 18, 2007 1:12 pm
by mbenedict
I would like to use the InstallAware command line options from within Visual Studio to generate a setup after I make an update to my application. How can I update the project version from the command line so that it matches the version of the application I'm shipping out?

Alternatively, is there a way to specify that the version should always be the same as the version number of a specific file?

Thanks.

Posted: Thu Apr 19, 2007 5:00 am
by neillans
At present this is not supported, but you can search / replace on the mpr file for the old version - the mpr file is a plain text file, so this will not cause any problems.