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

2009-01-08 Thread vexilar
-users] Problem with error handling of managed custom actions To: wix-users@lists.sourceforge.net wix-users@lists.sourceforge.net Date: Tuesday, December 16, 2008, 7:58 AM Hello, I am writing a managed custom action. I am using the DTF Framework from Windows Installer Xml to wrap the managed

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

2008-12-16 Thread Jason Ginchereau
- -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 can answer better then me

[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

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

2008-12-16 Thread Christopher Painter
InstallMessage.InstallStart InstallMessage.Initialize InstallMessage.ShowDialog InstallMessage.Terminate --- On Tue, 12/16/08, Jacob, Christian cja...@toptechnologies.de wrote: From: Jacob, Christian cja...@toptechnologies.de Subject: [WiX-users] Problem with error handling of managed custom