i have custom action with managed code . i have defined following manifest for
custom action.
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="requireAdministrator"
uiAccess="false" />
</requestedPrivileges>
when i embed manifest in custom action , it gives following error.
Error 1721. There is a problem with this Windows Installer package. A program
required for this install to complete could not be run. Contact your support or
package vendor.
<CustomAction Id='LaunchFile' FileKey='CustomActionFile_ID' ExeCommand=''
Return="check" />
My custom action need to impersonate current user and same time I want it to
be run in elevated mode .
What could be solution for this.
It tried with (Impersonate="yes"). It doesnt work. It seems like I can not
embed manifest in custom action
Send instant messages to your online friends http://uk.messenger.yahoo.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users