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
art of the install. Phil Wilson -Original Message- From: Tim Walters [mailto:rea...@gmail.com] Sent: Thursday, October 27, 2011 1:14 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows Installer won't remove existing during upgrade I'm trying to properly

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

2011-10-27 Thread Tim Walters
I'm trying to properly implement an upgrade (minor version number change which should trigger a replace). However, Windows Installer leaves older versions installed without touching them (Leaves the program files behind and the Uninstall Programs reg entry). I'm using the same upgradecode for all