Sankaranarayanan wrote:
> I got the desired effect by including the contents of ErrorDlg.wxs file in my 
> WXS file and modifying the Text attribute as follows
> <Control Id="O" Type="PushButton" X="100" Y="65" Width="56" Height="17" 
> TabSkip="yes" Text="&amp;Close">
>
> Please let me know if this approach is a good practice.
>   

Given that it's explicitly called out in the MSI SDK doc as being an 
"OK" button, you're essentially changing all instances of any error 
dialog's OK button. So no, I wouldn't call that good practice, 
especially given that there's a viable workaround.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to