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
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
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
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
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
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
6 matches
Mail list logo