Nitin wrote:

I ran in some issue with upgrades, and when I checked the logs, I found that the version numbers were 4 fields ( 1.0.0.1 ). MSDN tells me that it will ignore the 4^th part, so I have changed my version to 1.0.1, which works.

The problem is I show my product version (in about box) based on my .net assembly version, which has 4 fields, but for MSI, I use 3 fields, so Add/remove shows 3 fields.

I would like to know why MSI doesn't support 4 field versions. Any best practices for versioning?


The fourth field is for updates and is used for file versions but not for product versions.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to