WenWu Ru wrote:
> Yep, that was my confusion.  I also thought Impersonate="no" was the correct 
> way to set the msidbCustomActionTypeNoImpersonate flag and run as 
> LocalSystem.  However, the action type is 1025.  The custom action still 
> fails when an admin launches the installer elevated via the UAC prompt.  It 
> only works with Impersonate="yes" and the action type is 3073 with 
> msidbCustomActionTypeNoImpersonate set.
>   

It must also be deferred (Execute="deferred") which sets the 
msidbCustomActionTypeInScript bit.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to