Can I change the Text properties of buttons on existing controls?
The code below doesn't do the trick
<Publish Dialog="FeaturesDlg" Control="Install" Property="Text" Value="Next" /> 1</Publish>
I'd like to avoiud creating a custom dialog if at all possible.