Re: [WiX-users] dealing with functions that throw exceptions

2012-02-13 Thread Wilson, Phil
- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Sunday, February 12, 2012 6:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] dealing with functions that throw exceptions Hi; I am currently writing a custom action dll in c++ for an installer. I've got a function

[WiX-users] dealing with functions that throw exceptions

2012-02-12 Thread Sean Farrow
Hi; I am currently writing a custom action dll in c++ for an installer. I've got a function provided that throws c++ exceptions. What I'd like to do is return S_FALSE plus the exception message if an exception is thrown. Has anyone got any macrows to do this? Any help appreciated. Cheers Sean.