Or does this have to be done manually?
Alastair
"Alastair Cameron" <alastair...@blueyonder.co.uk> wrote in message
news:3b67...@news.installshield.com...
--
Robert M. Dickau
Senior Technical Trainer
InstallShield Software Corp.
www.installshield.com/training
If you want a new package code to be generated when you build from the
command line, you have to set the Generate Package Code property to Yes, and
you have to pass the release configuration name on the command line,
assuming in your Releases view, you have a product configuration named
"myproductconfiguration" and under it you have a release named
"myreleasename", an example command line would be:
IsCmdBld.exe -p "c:\myprojects\myproject.ism" -r "myreleasename" -a
"myproductconfiguration"
"Robert M. Dickau (InstallShield)" <v...@installshield.com> wrote in message
news:3b676447$1...@news.installshield.com...
We will be building both from the ISWI GUI _AND_ from our automated build
environment.
So I think you've both answered the question.
-AC
"Chen Drori" <ch...@pelicansecurity.com> wrote in message
news:3b67...@news.installshield.com...