Re: [WiX-users] Windows Installer won't remove existing during upgrade

2011-10-30 Thread Bob Arnson
On 27-Oct-11 16:14, Tim Walters wrote: > MSI (c) (74:58) [12:32:12:069]: Doing action: FindRelatedProducts > Action 12:32:12: FindRelatedProducts. Searching for related applications > Action start 12:32:12: FindRelatedProducts. > Action ended 12:32:12: FindRelatedProducts. Return value 1. If any p

Re: [WiX-users] Windows Installer won't remove existing during upgrade

2011-10-27 Thread Wilson, Phil
You may need to look at the log more carefully. If the uninstall of the older version failed it will roll back and reinstall, and that will leave you with both products installed. That's the issue with RemoveExistingProducts -after- InstallFinalize where it's outside the transacted part of the i