Hi,

I've got a CI setup that automatically generates a x.x.x.x style version 
number.  I've got all my assemblies versioned properly (with a generated shared 
SolutionInfo.cs file), and I set the msi output name as MyMSI-x.x.x.x.msi and 
now I want to set the Version attribute of the Product tag.  Two questions:


1)      Is it ok to put a four digit version number in here?

2)      How would you recommend I set the version, bearing in mind I get my 
version number from a $(build_number) environment variable?

I was thinking of modifying the project file and shoving a msbuild task that 
edits the Product.wxs in, but if possible I'd like to avoid modifying project 
files since it would probably be quite easy to forget to do when setting up new 
projects.

Thanks,
Adam
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to