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

2006-09-14 Thread Chesong Lee
Privileged property is set when execution scripts would run under privileged process context. Immediate actions may not have Privileged process context. If you really need administrative privileges for all actions, you need to check AdminUser property instead. However, this may not be a best pra

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