Re: [WiX-users] Burn: MSI-Bundle message interaction

2013-08-08 Thread Blair Murri
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

[WiX-users] Burn: MSI-Bundle message interaction

2013-08-08 Thread Ihor Horovetskyi
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