An example of doing this is in the wix source at:
src\Setup\WixBA\InstallationViewModel.cs

The event is registered in the class constructor (along with some other
event which are helpful):
    WixBA.Model.Bootstrapper.Error += this.ExecuteError;

And then the ExecuteError handler has an example of displaying the message.  
There are other examples in the same file of logging a message.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Handling-error-from-MSI-in-Custom-BA-tp7600313p7600315.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to