I have an issue where I am using the SqlExtension and it is seeing that the 
database exists and if the installer mistakenly clicks 'No' the existing 
database is dropped, losing any/all data that may have been in that 
database. Refer to Item#1212275 in the bug system.

I thought I would be clever and just 'tweak' the errordlg.wxs and try to add 
a condition to disable the 'No' pushbutton control if this error occurred so 
that the user could only click on yes.  I didn't see how the error was 
knowing what buttons to activate in the first place, and tried a lame 
attempt of
<Condition Action="disable">Error=26205</Condition>
That had no effect.  Is there any way to get to the error information as 
part of a condition.  Is there a good reference on how the error stuff works 
to know which buttons it makes visible and not?

I just want to pull of the 'No' button without disablling it for any/all 
error dialogs.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to