Re: [WiX-users] Failing to upgrade

2010-12-07 Thread Theo Landman
Argh, yes it's the ALLUSERS property that tripped me. InstallShield uses a custom action to change the ALLUSERS property. Thanks Rob Theo Op 7-12-2010 17:56, Rob Mensching schreef: > Quick check: is ALLUSERS the same in both installs? MSI won't upgrade > per-machine with per-user and vice versa.

Re: [WiX-users] Failing to upgrade

2010-12-07 Thread Wilson, Phil
If you've got a verbose log, what does it say around FindRelatedProducts (there may be more than one) about finding the older version? Phil Wilson -Original Message- From: Theo Landman [mailto:tland...@justcroft.com] Sent: Tuesday, December 07, 2010 3:21 AM To: Wix Users mailing list

Re: [WiX-users] Failing to upgrade

2010-12-07 Thread Rob Mensching
Quick check: is ALLUSERS the same in both installs? MSI won't upgrade per-machine with per-user and vice versa. On Tue, Dec 7, 2010 at 3:21 AM, Theo Landman wrote: > Hello, > I'm trying to debug why a I cannot get WiX 3.0 to remove my older MSI > installation created with InstallShield. I have

Re: [WiX-users] Failing to upgrade

2010-12-07 Thread Jim Williams
Is it possible that you need to specify a Minimum value for OLDERFOUND? Jim Williams On Dec 7, 2010, at 3:21 AM, Theo Landman wrote: > Hello, > I'm trying to debug why a I cannot get WiX 3.0 to remove my older MSI > installation created with InstallShield. I have the following WiX code > for