Looks like a bug to me. It should wait for your response.
> Date: Thu, 8 Aug 2013 14:26:38 +0200
> From: ihorovets...@sdl.com
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Burn: MSI-Bundle message interaction
>
> Hi there.
>
> I'm trying to commun
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
2 matches
Mail list logo