Re: [WiX-users] Change existing dialog text

2010-08-10 Thread Rahul.Ekbote
@lists.sourceforge.net Subject: Re: [WiX-users] Change existing dialog text In many cases, you need to make your own version of the .wxs file to replace that dialog in the wizard. However, in your case, you only want to change the text on the buttons. So, it's much easier. You only need to add a .wxl

[WiX-users] Change existing dialog text

2010-08-09 Thread Rahul.Ekbote
Hi, We want to change the button text from the existing dialog box. e.g I want to change the button text from Typical, Custom, Complete to some Engine,GUI,All. Can we make this kind of changes. I found the .wxs code for the same Control Id=CompleteButton Type=PushButton X=40 Y=171 Width=80

Re: [WiX-users] Change existing dialog text

2010-08-09 Thread Nick Ramirez
In many cases, you need to make your own version of the .wxs file to replace that dialog in the wizard. However, in your case, you only want to change the text on the buttons. So, it's much easier. You only need to add a .wxl file to your project with the strings that match the text and tooltip