Thank you! It works!
-
!
--
View this message in context:
http://n2.nabble.com/C-two-custom-actions-from-one-DLL-tp3663658p3685278.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Come build with
ot;);
return ActionResult.Success;
}
}
Thanks
Oscar
-Original Message-
From: skaa [mailto:sk...@hotmail.com]
Sent: Thursday, September 17, 2009 8:00 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] C#, two custom actions from one DLL
This
Do you need the CustomAction attribute on the other entry point?
Brant Gurganus
http://gurganus.name/brant
On Thu, Sep 17, 2009 at 11:00 AM, skaa wrote:
>
> This is the piece of WXS file:
>
> SourceFile="$(var.CustomAction.TargetDir)CustomAction.CA.dll"/>
>
> Id="CustomActionA" Ret
This is the piece of WXS file:
NOT
REMOVE
NOT
REMOVE
This is the piece of the DLL file:
namespace CustomAction
{
public class CustomActions
{
[CustomAction]
public static ActionResult CustomActionA(Session session)
{
4 matches
Mail list logo