Re: [WiX-users] Double entries in Add/Remove programs

2010-05-01 Thread Wix Mailing List
- From: Wix Mailing List [mailto:w...@danhinsley.com] Sent: Friday, April 30, 2010 11:14 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Double entries in Add/Remove programs I looked at the thread in the archive, but it appears that this person didn't resolve his issue (or

Re: [WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread Wix Mailing List
From: wallywojo [mailto:wallyw...@gmail.com] Sent: Friday, April 30, 2010 1:26 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Double entries in Add/Remove programs yeah, findrelatedproducts is before removeexistingproducts. In the log, what do you have related to RemoveExistingPro

Re: [WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread wallywojo
yeah, findrelatedproducts is before removeexistingproducts. In the log, what do you have related to RemoveExistingProducts? This is a side issue, the main issue is that the property associated with the Upgrade entry has no value which means it is not finding a match. Sometimes for this I will cre

Re: [WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread Wix Mailing List
0, 2010 11:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Double entries in Add/Remove programs Hi Dan to point out here that might get you in the right direction. If you are trying a launch condition based on a product lookup you cannot use FindRelatedProducts since that hap

Re: [WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread wallywojo
Hi Dan to point out here that might get you in the right direction. If you are trying a launch condition based on a product lookup you cannot use FindRelatedProducts since that happens after the LaunchConditions action. -- View this message in context: http://windows-installer-xml-wix-toolset.68

[WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread Wix Mailing List
I looked at the thread in the archive, but it appears that this person didn't resolve his issue (or at least didn't post when he did). Here's what I've got: .. The InstallExecuteSequence if after the