Rob Jones wrote:

I need to change the text on the Back and Next buttons on all dialogs used in my WiX 3.0.2925.0 setup. I'm currently using the WixUI_InstallDir dialog set. I thought that the following might work:


All the controls use loc strings, so you can replace the text by overriding the loc strings by adding your own .wxl file. For example:

<String Id="WixUIBack">Go &amp;hither</String>
<String Id="WixUINext">Go &amp;yon</String>

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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to