Re: [WiX-users] C#, two custom actions from one DLL

2009-09-21 Thread skaa
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

Re: [WiX-users] C#, two custom actions from one DLL

2009-09-17 Thread Oscar Newkerk
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

Re: [WiX-users] C#, two custom actions from one DLL

2009-09-17 Thread Brant Gurganus
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

[WiX-users] C#, two custom actions from one DLL

2009-09-17 Thread skaa
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) {