Re: [WiX-users] WiX v3.0 on Vista doesn't run some custom actions whenUAC is enabled

2007-05-15 Thread Rob Mensching
Of Mike Dimmick Sent: Tuesday, May 15, 2007 11:37 AM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX v3.0 on Vista doesn't run some custom actions whenUAC is enabled Almost certainly it is called, but the action is not elevated, so it fails. If you need a CA

Re: [WiX-users] WiX v3.0 on Vista doesn't run some custom actions whenUAC is enabled

2007-05-15 Thread Mike Dimmick
Almost certainly it is called, but the action is not elevated, so it fails. If you need a CA to be elevated in Windows Vista - even if the MSI was launched elevated - you need the action to be deferred and not impersonate the running user (i.e. CustomAction/@Execute='deferred' and @Impersonate=