Re: [WiX-users] running deffered managed custom actions with elevated privileges

2009-02-27 Thread Scott Sam
Thanks that did it. -Original Message- From: Rob Mensching [mailto:r...@wixtoolset.org] Sent: Friday, February 27, 2009 5:42 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] running deffered managed custom actions with elevated privileges Deferred

Re: [WiX-users] running deffered managed custom actions with elevated privileges

2009-02-27 Thread Rob Mensching
Deferred CustomActions can run non-Impersonated and then they are elevated (assuming the MSI UAC prompt was accepted). Scott Sam wrote: > I've used dtf to create some custom actions that execute deffered. The > problem that I'm having is that these CA's need to be run with elevated > privileges.