Re: [WiX-users] Upgrade code failing for silent installs

2008-02-07 Thread Bob Arnson
Neil Sleightholm wrote: Does anyone have a comment on this? Is there are reason why the condition doesn't work with the msi is run in silent mode? Is this true for all conditions? Standard advice applies: Check a verbose log; it records when properties are set. The likely cause is that Fi

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-07 Thread Neil Sleightholm
: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade code failing for silent installs After a bit of googling I think I have found the answer, the condition doesn't work in silent mode. To make it work I needed these elements: NEWERVERSIONDETECTED

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-05 Thread Neil Sleightholm
t: 05 February 2008 17:55 To: Wilson, Phil; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade code failing for silent installs It sounds like I have done something wrong in my script, I have pared this down to a minimal install (see below) to reproduce the problem. I don't t

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-05 Thread Neil Sleightholm
WERVERSIONDETECTED From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: 05 February 2008 17:41 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade code failing for silent

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-05 Thread Wilson, Phil
Maybe the silent install is bypassing the UI where you set the ALLUSERS property to per-system. So you're ending up with the default, a per-user install, and that goes on side by side with the per-system one. Something like that anyway. Another thing that might be happening is that you don't ha