Re: [WiX-users] Figuring out user privileges

2007-06-16 Thread Bob Arnson
Steve S wrote: > I have an install that has ALLUSERS set to 2 so that it FWIW, the MSI team recommends against ALLUSERS=2 because it's so hard to get all the details right. On Vista, the bit that determines whether you have to elevate is set in the summary information stream and can't be chang

Re: [WiX-users] Figuring out user privileges

2007-06-14 Thread Brent B. Powers
Steve S wrote: > > > What I sadly don't know is how to determine what the users privileges are. > Is there something I can query and build a conditional statement from? > > > Maybe the *Privileged* property? http://msdn2.microsoft.com/en-us/library/aa370852.aspx --

[WiX-users] Figuring out user privileges

2007-06-14 Thread Steve S
Hey guys, My utmost apologies if this has been answered ad nauseum. I searched through similar topics and couldn't find exactly what I need to know, which might be indicative of me thinking about this wrong. Anyways, here goes I have an install that has ALLUSERS set to 2 so that it makes t