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:
<UI>
<Dialog Id="WelcomeDlg" Width="370" Height="270">
<Control Id="Next" Text="Next >" Type="PushButton"
Width="56" Height="17" X="236" Y="243"></Control>
<Control Id="Back" Text="< Back" Type="PushButton"
Width="56" Height="17" X="180" Y="243"></Control>
</Dialog>
</UI>
However, that results in a compile error of 'Duplicate symbol
'Dialog:WelcomeDlg' found.
Another option that I have tried (and it will work) is to change the MSI
file after it has been built so that the text column of the Control
table has the desired text. I've tried this using Orca and it works, so
I suppose I could use Automation to edit the built MSI after each
successful build (I'm using Visual Studio 2005). That seems clunkly.
Does anyone know of a less-clunky method to accomplish this?
Rob Jones, Developer
Lightspeed Systems
www.lightspeedsystems.com <http://www.lightspeedsystems.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