Hi there.

I'm trying to communicate with bundle BA from MSI custom action code on C#.
So far no luck:

var result = session.Message(InstallMessage.Error +
(int)MessageButtons.RetryCancel, new Record(1) {FormatString = "Choose Try or
Cancel."});

My BA handles message in Error handler and receives e.UIHit=5, which is
correct. The problem is that process is not stopped at session.Message method
and it returns immediately with Result.None without waiting Error handler to
finish. Taking in account that bundle engine does properly handle standard
error messages like "Failed to start service", general error messages etc., I
assume that it has something to do with using external bundle UI.

Can anyone tell me how to properly set up this kind of MSI-Bundle
communication? Thx in advance,

 

 

Best, Ihor.

 

</pre><font face="arial" size="2" color="#736F6E">



<a 
href="http://www.sdl.com/?utm_source=Email&utm_medium=Email%2BSignature&utm_campaign=SDL%2BStandard%2BEmail%2BSignature";>
<img 
src="http://www.sdl.com/Content/themes/common/images/SDL_logo_strapline_GCEM_EmailSig_150x68px.jpg";
 border=0><br><br>www.sdl.com
</a><br><br>

<font face="arial" size="1" color="#736F6E">

<b>SDL PLC confidential, all rights reserved.</b>

If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, 
and we further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to