"fail to register". Could you please elaborate? How are you registering, and
what exactly is the error message that the user is able to "ignore"?

-----Original Message-----
From: Selvakumar B [mailto:selvakuma...@realimage.com] 
Sent: Tuesday, November 17, 2009 5:04 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] While installation, Restrict the error message
without 'Ignore' button and stop then rollback the installation

Hi Kalev,

I already set that element Vital="Yes", Still I get the message with ignore,
ok and cancel buttons. If I click ignore installer ignore the filter without
register. What I want is when error occurs I need to restrict buttons like
"ok" only button. Is it possible?


Thanks
Selva

-----Original Message-----
From: Kalev Lember [mailto:ka...@smartlink.ee]
Sent: Monday, November 16, 2009 6:24 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] While installation, Restrict the error message
without 'Ignore' button and stop then rollback the installation

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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

The contents of this email and any attachment(s) are confidential and
intended for the named recipient(s) only. This email shall not attach any
liability on the originator or Real Image Media Technologies Pvt. Ltd. or
its affiliates. Any views or opinions expressed in this email are solely
those of the author and may not necessarily reflect the views or opinions of
Real Image Media Technologies Pvt. Ltd. nor its affiliates. Any form of
reproduction, dissemination, copying, disclosure, modification, distribution
and/or publication of this email, without the prior written consent of the
author, is strictly prohibited. If you have received this email in error,
please delete it and notify the sender immediately. Before opening any mail
and attachments, please check them for viruses and defects

----------------------------------------------------------------------------
--
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to