Re: [WiX-users] Error 1721 + manifest

2008-05-18 Thread Bob Arnson
shaan khan wrote: My custom action need to impersonate current user and same time I want it to be run in elevated mode . MSI doesn't support that; it's either impersonated or elevated, not both. A manifest requiring elevation isn't honored because the app runs in the context of the MSI serve

Re: [WiX-users] Error 1721 + manifest

2008-05-18 Thread jmcfadyen
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 custo