Hi,

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.

Thanks,
Sankaranarayanan MG

----- Original Message ----
From: Bob Arnson <[EMAIL PROTECTED]>
To: Sankaranarayanan <[EMAIL PROTECTED]>
Cc: wix-users@lists.sourceforge.net
Sent: Monday, 28 May, 2007 2:28:00 PM
Subject: Re: [WiX-users] <LaunchCondiion> - Changing "OK" button to "Close" 
button.


Sankaranarayanan wrote:
> I want the button text to read "Close" instead of "OK". Which dialog.wxs file 
> needs to be changed for obtaining this bahavior.
>   

Launch conditions are processed by the LaunchConditions standard action. 
It controls the UI and offers no customization. If you want a different 
UI, you need to author it yourself and use type 19 custom actions to 
cancel the installation.

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


      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.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