Re: [WiX-users] Error in Custom Action

2010-09-24 Thread Alexander Kozlenko
ession.DoAction method. This helps me to block installation on error in current action. -Original Message- From: Yan Sklyarenko [mailto:y...@sitecore.net] Sent: Friday, September 24, 2010 4:07 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error in Cus

Re: [WiX-users] Error in Custom Action

2010-09-24 Thread Yan Sklyarenko
2010 01:50 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Error in Custom Action What is the best way to block installation on error in Custom Action? I used ActionResult.Failure result value but installation continues to install. Only throwing

[WiX-users] Error in Custom Action

2010-09-22 Thread Alexander Kozlenko
What is the best way to block installation on error in Custom Action? I used ActionResult.Failure result value but installation continues to install. Only throwing an exception of type InstallerException helps me to block installation. Thanks. Alexander Kozlenko ---