Please keep /wix-users/ on the thread.

Hao Liu wrote:

When I run the msiexec 4.0 on vista to install the msi, I found the process running as a medium-level process instead of high-level process, and I even could not create application folder under C:\Program Files, and also it did not have permission to write to HKLM\software\... But my logon account is an Administrator? There is no any UAC dialog prompted up when I run the msi. In addition, I could not use Runas to install the msi.


To get elevated, custom actions must be marked Execute="deferred" and Impersonate="no" -- any other combo and they run as the user with the user's privileges.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to