Re: [WiX-users] Wix Upgrades when only revision number changes

2012-12-17 Thread Sanjay Rao
Hi, MSI is able to store version number information upto four places. In upgrade process it consider version number upto three places only. fourth part will be ignored by its upgrade machinery. Please check /"Note that Windows Installer uses only the first three fields of the product version"/

Re: [WiX-users] Wix Upgrades when only revision number changes

2012-12-17 Thread Ed Tenholder
I thought MSI only looked at first three digits, ie change 1.2.3.4 to 1.2.4.4 to affect changes. tenholde -Original Message- From: Marc Fauser [mailto:marc.fau...@gmail.com] Sent: Monday, December 17, 2012 2:54 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix Upgrades whe

Re: [WiX-users] Wix Upgrades when only revision number changes

2012-12-17 Thread Neil Sleightholm
This is a limitation of Windows Installer the only way to get around it is to allow same version upgrades but this is not without its own problems primarily that 1.2.3.4 will also downgrade 1.2.3.5 Neil >I have a setup which works great but has one bug. >If only the revision number changes, the