Re: [WiX-users] Non-admin user can add remove feature, no UAC dialog

2008-07-31 Thread yixie
That really helps! Many thanks! Bob Arnson-6 wrote: > > yixie wrote: >> I found my installer don't require elevation if "change" or "repair". >> Although tt'll require elevation and UAC dialog popup if "install from >> not >> installed state", or "remove". >> > > That's by design. It's "sti

Re: [WiX-users] Non-admin user can add remove feature, no UAC dialog

2008-07-31 Thread Bob Arnson
yixie wrote: > I found my installer don't require elevation if "change" or "repair". > Although tt'll require elevation and UAC dialog popup if "install from not > installed state", or "remove". > That's by design. It's "sticky elevation" that doesn't require admin approval for something an ad

[WiX-users] Non-admin user can add remove feature, no UAC dialog

2008-07-30 Thread yixie
Hi, I found my installer don't require elevation if "change" or "repair". Although tt'll require elevation and UAC dialog popup if "install from not installed state", or "remove". I tried it, and found in this way, non-admin user can add/remove feature without being asked for admin credential.