Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-20 Thread Daniel Sniderman
1 1 1 1 1 1 1 -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Friday, September 20, 2013 9:45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-u

Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-20 Thread Phil Wilson
September 19, 2013 7:56 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs > > I assume you are getting duplicate entries after you attempt an upgrade. > If so, how is $(var.Version) changing between upgrade attempt

Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-20 Thread Daniel Sniderman
-users] Getting Duplicate Entries in Add/Remove Programs I assume you are getting duplicate entries after you attempt an upgrade. If so, how is $(var.Version) changing between upgrade attempts? Be aware that Windows Installer only takes the first THREE parts of the ProductVersion int

Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-19 Thread Edwin Castro
I assume you are getting duplicate entries after you attempt an upgrade. If so, how is $(var.Version) changing between upgrade attempts? Be aware that Windows Installer only takes the first THREE parts of the ProductVersion into consideration. ProductVersions 1.2.3.4 and 1.2.3.5 are the same Produ

[WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-19 Thread Daniel Sniderman
Not sure what I'm doing wrong. Here's my XML, I've tried other suggestions I've found on this list, Stack Overflow etc - but nothing I do makes a difference. Thanks! http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>