Hi,

I am currently trying to set up a build using CC.NET.  Our product
uses InstallShield.  I need to pass the product version at the command-
line as Major.Minor.Build, as InstallShield only uses 3 version
numbers.

Our product is .NET and uses 4 numbers Major.Minor.Subminor.Build.  I
have set up the default labeller with a prefix equal to 2.2.3. so it
ends up with a label such as 2.2.3.15 which is find for the .NET
assemblies in the project and is what we want to appear in source
control as the label.

Our previous builds of this product (using a different build system)
sent the version number to the installer as, going off the example
above, 2.2.03015, combining the last two version numbers into a single
number.

How can I achieve this with CC.NET?

Thanks.

Reply via email to