Re: [WiX-users] Setup upgrade needs to care for 4th part of version number

2009-07-13 Thread Neil Sleightholm
Limited n...@x2systems.com <mailto:n...@x2systems.com> From: Dirk Ziegelmeier [mailto:d...@ziegelmeier.net] Sent: Mon 13/07/2009 13:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setup upgrade needs to care for 4th p

Re: [WiX-users] Setup upgrade needs to care for 4th part of version number

2009-07-13 Thread Dirk Ziegelmeier
Hello Neil, thank you - I didn't find this one. It is not perfect, but sufficiently good :-). If someone can tell me the perfect solution, I'm still open to it. Thanks again! Dirk On Mon, Jul 13, 2009 at 12:00, Neil Sleightholm wrote: > I had a similar problem the way I got round it was to s

Re: [WiX-users] Setup upgrade needs to care for 4th part of version number

2009-07-13 Thread Neil Sleightholm
I had a similar problem the way I got round it was to set the upgrade code to include the maximum version, e.g. UpgradeVersion/@IncludeMaximum="yes". This will generate an ICE61 which you will need to ignore. This isn't perfect as 1.2.3.4 will be downgraded by 1.2.3.3 but if you are sure two rel