Re: [WiX-users] Error 1721

2015-06-10 Thread Phil Wilson
The log shows that dpinst.exe failed for some reason, and there's some info there about the parameters that might help you see why it failed, but I don't think it's possible to say why it failed just by looking at the command line - you'd have to see if the required files or whatever were there and

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

Re: [WiX-users] Error 1721 - How to resolve

2007-11-28 Thread Wilson, Phil
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Tuesday, November 27, 2007 10:18 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error 1721 - How to resolve Yaa I understand. Could you tell me how to resolve this Thanks Rob Mensching-4

Re: [WiX-users] Error 1721 - How to resolve

2007-11-27 Thread SaiTeja
Yaa I understand. Could you tell me how to resolve this Thanks Rob Mensching-4 wrote: > > Your custom action failed (i.e. returned non-zero). > > SaiTeja wrote: >> Hi, >> >> Below is my custom action >> >> > HideTarget="no" >> Execute="deferred" Impersonate="yes" TerminalServerAware

Re: [WiX-users] Error 1721 - How to resolve

2007-11-27 Thread Rob Mensching
Your custom action failed (i.e. returned non-zero). SaiTeja wrote: > Hi, > > Below is my custom action > > Execute="deferred" Impersonate="yes" TerminalServerAware="no" > ExeCommand="UninstallComService" FileKey="qmireg.exe"> > > > > Installed And > REMOVE="ALL" > > > > > Whe