Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-16 Thread Jason Ginchereau
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction 1. Already answered by Christopher Painter -- Thanks. 2. Based on reports from you and Amy on this list, it would seem the bug is not entirely fixed. I'll ha

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-10 Thread Krishna Nadiminti
Thanks for the reply Jason. 2. Based on reports from you and Amy on this list, it would seem the bug is not entirely fixed. I'll have to investigate further. Are there certain API calls that often cause the CA to die? (Setting properties?) >>> Well, what I'm really doing is getting / setting s

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-09 Thread Christopher Karper
I started doing it after my CA's started failing with no return info. Chris On Mon, Jun 9, 2008 at 1:28 PM, Christopher Painter <[EMAIL PROTECTED]> wrote: > That was my first natural inclination also. I think it's going to be a > hard habit for developers to kick. > > > >> My CA method has a tr

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-09 Thread Christopher Painter
That was my first natural inclination also.  I think it's going to be a hard habit for developers to kick.     >> My CA method has a try/catch that surrounds all the code, to catch any exception, log it to the session and return ActionResult.Failure.   >Note that is not necessary because the code

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-09 Thread Jason Ginchereau
Sunday, June 08, 2008 8:38 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction Hi Jason, I've created a few custom actions in C# using your wonderful DTF framework. So far, I found a couple of issues. One o

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-08 Thread Krishna Nadiminti
Thanks again, Chris. I agree, having that async CA and the other CA communicating via RPC just for the log messages to way overkill. It'll probably be lesser work re-writing the entire UI. My only concern is though, that I'll have to now look at bootstrapping .NET Fx, (earlier than expected) - a

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-08 Thread Christopher Painter
rote: From: Krishna Nadiminti <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction To: wix-users@lists.sourceforge.net Date: Sunday, June 8, 2008, 8:44 PM Thanks Chris! So is there no known way to log messages from a custom a

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-08 Thread Krishna Nadiminti
MAIL PROTECTED]> > wrote: > > From: Krishna Nadiminti <[EMAIL PROTECTED]> > Subject: [WiX-users] Problem with DTF Custom action invoked via PushButton > Event : DoAction > To: wix-users@lists.sourceforge.net > Date: Sunday, June 8, 2008, 10:37 AM > > Hi Jason, &

Re: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-08 Thread Christopher Painter
ead a really good thread that deserves attention? E-Mail Me --- On Sun, 6/8/08, Krishna Nadiminti <[EMAIL PROTECTED]> wrote: From: Krishna Nadiminti <[EMAIL PROTECTED]> Subject: [WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction To: wix-users@lists.sou

[WiX-users] Problem with DTF Custom action invoked via PushButton Event : DoAction

2008-06-08 Thread Krishna Nadiminti
Hi Jason, I've created a few custom actions in C# using your wonderful DTF framework. So far, I found a couple of issues. One of them seems to be a showstopper - for now. 1. I invoke my C# custom action when a PushButton raises the DoAction control event. The action gets called correctly, (most