I am trying to do an automated build and have my build server pass some command-line options to iscmdbld.exe in order to modify windows installer properties in the resulting msi file. I was able to get it working with one property change, but now I want change two and the second one doesn't seem to work.
Currently I am using the following options to build the app:
-y "2.50.0100" -z "APP_VERSION=2.5.0.0.1" -z "APP_COMMENTS= Customer ID Version 2.5.0.0.1"
The part that doesn't seem to work is the second -z command-line option for the second property. Any thoughts?
PS. I used the installshield-2011 tag since I couldn't create one for 2012 and this should be basically the same in 2011 and 2012.