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

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