Re: [WiX-devs] Embedded Chainer problem with Embedded UI

2009-04-01 Thread CristianG
Thanks for the advice. Setting the attribute to None and setting the internal UI to full before starting each of the installations ( Installer.SetInternalUI(InstallUIOptions.Full) ) solve it. Embedded UI has indeed limited capabilities. I hope that after more and more people will start usin

Re: [WiX-devs] Embedded Chainer problem with Embedded UI

2009-03-31 Thread Jason Ginchereau
>> The transaction is joined with TransactionAttributes.ChainEmbeddedUI >> attribute I think you want to use TransactionAttributes.None instead of TransactionAttributes.ChainEmbeddedUI. MSDN documentation for the ChainEmbeddedUI attribute