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
: 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
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
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
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
5 matches
Mail list logo