On 11/16/2009 12:31 PM, Selvakumar B wrote:
> I don't want to allow the installation to proceed, if any of the
> filters fail to register. Users just click ignore and proceed with
> the installation only to find out that they have a broken
> installation.
>
> Can we restrict the error message without 'Ignore' button and stop
> then rollback the installation.

Hi,

File element's Vital="yes" property should do exactly what you want.

Try something like this:
             <Component Id="filter.dll" Guid="*">
                 <File Source="filter.dll" Vital="yes" />
             </Component>

-- 
Kalev

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to