Re: [WiX-users] SameVersion Upgrade

2011-01-21 Thread Blair
om: Umeshj [mailto:umesh_jogle...@hotmail.com] Sent: Wednesday, January 19, 2011 5:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] SameVersion Upgrade Hi, I want to allow same version upgrades to take care of the fourth element in the version numbers. According to http://wix.sourceforge.net/m

Re: [WiX-users] SameVersion Upgrade

2011-01-19 Thread Neil Sleightholm
this also works: (I think your code need IncludeMinimum="no" in the detect only section.) Neil -Original Message- From: Umeshj [mailto:umesh_jogle...@hotmail.com] Sent: 19 January 2011 13:57 To: wix-users@lists.sourceforge.net Subject: [WiX-users]

[WiX-users] SameVersion Upgrade

2011-01-19 Thread Umeshj
Hi, I want to allow same version upgrades to take care of the fourth element in the version numbers. According to http://wix.sourceforge.net/manual-wix3/wix_xsd_majorupgrade.htm, I can use AllowSameVersionUpgrades attribute to do this. However, I am getting build errors as this element is not re