Some people have suggested running an async CA prior to the dialog chain and 
then using an RPC mechanism to pass messages to it for logging and instructing 
it to shut down.
 
Seems like overkill to me to get around an MSI limitation but if it's really 
important to you, it can be done.  Of course there is always just dump MSI 
UI and use an external UI handler.


 
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read 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: 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 action invoked via
PushButton-DoAction event?

Krishna


chrpai wrote:
> 
> This is  known issue with Windows Installer, not
> DTF.    The context/handle is different from
within 
> DoAction ControlEvent rather then  sequenced
CA.   
> MsiProcessMessage calls won't work.
> 
> 
> Christopher Painter, Author of Deployment Engineering Blog
> Have a hot tip, know a secret or read 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.sourceforge.net
> Date: Sunday, June 8, 2008, 10:37 AM
> 
> 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 of the time about
> 80%
> of the time) and while it seems to do the right thing, I don't get any
of
> the messages I logged from inside my custom action using session.Log. My
> other custom actions which are directly sequenced in the
> InstallExecuteSequence do log messages out, and those messages appear
> correctly.
> ...
> 

-- 
View this message in context:
http://www.nabble.com/Problem-with-DTF-Custom-action-invoked-via-PushButton-Event-%3A-DoAction-tp17719937p17725150.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


      
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to