All of the custom action attributes, when coded into the action type
give a different value depending on what is specified for the attribute.
So changing a value from "yes" to "no" can make a big difference in the
value... they are just bit settings and to the action type.  But if you
specifically want 1042, then, try:

Return="check"
Execute="deferred"
Impersonate="yes"
HideTarget="no"

But these values may not be what you want for executing the custom
action.

Jim

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja
Sent: Friday, November 16, 2007 12:47 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Custom Action type 1042 and 18


Hello Jim,

I replaced Execute with  "deferred" 

now is showing when i open orca type 11346.
But I want type should be 1042

below is code

        <CustomAction Id="LQMI_DisableInPlace" Return="ignore"
HideTarget="yes"
Execute="deferred" Impersonate="no" TerminalServerAware="no"
ExeCommand="DisableBrowseInPlace" FileKey="lqmireg.exe">
    </CustomAction>

Please let me know


Jim Williams-3 wrote:
> 
> I think you want Execute="deferred".
> 
> Jim
> 
>>below is my custom action.
>>
>><CustomAction Id="LQMI_DisableInPlace" FileKey="abc.exe"
> HideTarget="no"
>>Impersonate="no" TerminalServerAware="no"
> ExeCommand="DisableBrowseInPlace"
>>Execute="immediate" Return="check" />
>> 
>>When I open msi with orca, it is showing type as 2066. But I want type
>>should be 1042
>>
>>Could you tell me how to do this
> 
>
------------------------------------------------------------------------
-
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> 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/Custom-Action-type-1042-and-18-tf4819034.html#a137
88852
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 2005.
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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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