[WiX-users] Custom Action - Should I return ActionResult.Failure or thrown an exception?

2014-12-04 Thread Nick Ramirez
I was just thinking about this: What's the best practice for a custom action that has a problem? * Catch all exceptions and return ActionResult.Failure * Allow the exception to be thrown? Maybe ActionResult.Failure should be used for non-exception failed states? Such as the user entered

Re: [WiX-users] Custom Action - Should I return ActionResult.Failure or thrown an exception?

2014-12-04 Thread John Cooper
[mailto:nickra...@hotmail.com] Sent: Thursday, December 4, 2014 3:16 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action - Should I return ActionResult.Failure or thrown an exception? I was just thinking about this: What's the best practice for a custom action that has a problem