Re: [WiX-users] Elevation Pre-condition not working

2006-09-14 Thread Chesong Lee
practice. Chesong Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Carlisle Sent: Thursday, September 14, 2006 10:50 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Elevation Pre-condition not working Hi, I'm building an install

Re: [WiX-users] Elevation Pre-condition not working

2006-09-14 Thread Bob Arnson
Michael Carlisle wrote: > I also have a pre-condition as follows: > > Privileged > > This property appears to always read 1 which doesn't seem to correctly > reflect the elevation level. My install fails when run this normally, but > succeeds when I explicity run with elevation using an elevated

[WiX-users] Elevation Pre-condition not working

2006-09-14 Thread Michael Carlisle
Hi, I'm building an installer to run on Vista using Wix. I've set the InstallPrivileges property of the package to elevated, and the InstallerVersion to 400. Testing on Vista RC1. I also have a pre-condition as follows: Privileged This property appears to always read 1 which doesn't seem to c