Hi All,
I'm using a custom bootstrapper and I'd like to display a custom error message
or log the error if one of my MSI fail.
I tried using the BootstrapperApplication.Error event to handle the error, but
in case of error from MSI this below piece of code is never called.
private void OnError(object sender,
Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ErrorEventArgs e)
{
LogMessage("BootstrapperError :" + e.ErrorMessage + e.PackageId);
}
Please let me how the error handling from the MSI can be made to work in the
.net code.
Thanks & Regards,
Mohit
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users