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

[WiX-users] Error 1721

2015-06-09 Thread Brett Cunningham
I have the attached Wix file. It compiles just fine. When running the installer, I get the message: "There is a problem with this Windows Installer package. A program required for this install to complete could not be run." Any ideas? Below is the log output from msiexec: === Logging started: 6/

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

[WiX-users] Error 1721 + manifest

2008-05-18 Thread shaan khan
i have custom action with managed code . i have defined following manifest for custom action. 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

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

[WiX-users] Error 1721 - How to resolve

2007-11-22 Thread SaiTeja
Hi, Below is my custom action Installed And REMOVE="ALL" When am trying to uninstall am getting following error. Can any one tell me what is the probelm??? Error 1721. There is a problem with this Windows Installer package. A program required for this install to comple