Re: [WiX-users] C# Custom Actions - Cannot Trace

2013-02-14 Thread Marc Beaudry
always more than welcomed -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: February-13-2013 4:56 PM To: General discussion for Windows Installer XML toolset.; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] C# Custom Actions - Cannot Trace For C

Re: [WiX-users] C# Custom Actions - Cannot Trace

2013-02-13 Thread Christopher Painter
From: "Marc Beaudry" Sent: Wednesday, February 13, 2013 3:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] C# Custom Actions - Cannot Trace I am learning to use wix and have come across an issue that doesn't seem to make sense to me. I have created

[WiX-users] C# Custom Actions - Cannot Trace

2013-02-13 Thread Marc Beaudry
I am learning to use wix and have come across an issue that doesn't seem to make sense to me. I have created 2 CustomActions one in c++ and one in c#. (Purely for experimental purposes) Both CAs simply contain a MessageBox. (To prove they are being called). And both are called correctly.