where is this sequenced.. 

it needs to be after the installFiles action as you are using a file
installed during installation. 

for more information on sequencing have a read of this. 

http://johnmcfadyen.spaces.live.com/blog/cns!9DD01136FC094724!167.entry



shaan khan wrote:
> 
> 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 doesn’t 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-1721-%2B-manifest-tp17305971p17309734.html
Sent from the wix-users mailing list archive at Nabble.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

Reply via email to