Re: [WiX-users] Problem with error handling of managed custom actions

2009-01-08 Thread vexilar
m] > Sent: Tuesday, December 16, 2008 6:46 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Problem with error handling of managed custom > actions > > Jason can answer better then me, but I'm guessing that the > Session.Message( InstallM

Re: [WiX-users] Problem with error handling of managed custom actions

2008-12-16 Thread Jason Ginchereau
transactions). -Jason- -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Tuesday, December 16, 2008 6:46 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with error handling of managed custom actions Jason ca

Re: [WiX-users] Problem with error handling of managed custom actions

2008-12-16 Thread Christopher Painter
llMessage.InstallEnd InstallMessage.InstallStart InstallMessage.Initialize InstallMessage.ShowDialog InstallMessage.Terminate --- On Tue, 12/16/08, Jacob, Christian wrote: > From: Jacob, Christian > Subject: [WiX-users] Problem with error handling of managed custom actions > To: &qu

[WiX-users] Problem with error handling of managed custom actions

2008-12-16 Thread Jacob, Christian
Hello, I am writing a managed custom action. I am using the DTF Framework from Windows Installer Xml to wrap the managed dll into a usable CA dll. The CA does what it is supposed to, but I am still having trouble with error handling: Dim record As New Record(1) ' Field 0 intentionally left bla