Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[DIFx is deprecated, for more info, see DIFx Guidelines.]
The eulaYesButton XML element customizes the text that is associated with the accept option button on a DPInst EULA page.
Element Tag
<eulaYesButton>
XML Attributes
None
Element Information
Parent elements |
|
Child elements |
None permitted |
Data contents |
String that customizes the text that is associated with the accept option button on a DPInst EULA page |
Duplicate child elements |
None permitted |
Remarks
The following code example demonstrates a eulaYesButton element that customizes the accept option button text on a DPInst EULA page. The text that specifies the custom text of the accept option button is shown in bold font style.
<dpinst>
...
<language code="0x0409">
...
<eulaYesButton>I &accept this EULA</eulaYesButton>
...
</language>
...
</dpinst>
If a eulaYesButton element is not specified, DPInst displays the default option button text that is shown on the default DPInst EULA page.