eulaHeaderTitle XML Element

[DIFx is deprecated, for more info, see DIFx Guidelines.]

The eulaHeaderTitle XML element customizes the text of the EULA header title that appears directly below the title bar on a DPInst EULA page.

Element Tag

<eulaHeaderTitle>

XML Attributes

None

Element Information

Parent elements

language

Child elements

None permitted

Data contents

String that customizes the title on a DPInst EULA page

Duplicate child elements

None permitted

Remarks

The following code example demonstrates a eulaHeaderTitle element that customizes the header title of a DPInst EULA page. The text that specifies the custom header title is shown in bold font style.

<dpinst>
  ...
  <language code="0x0409">
    . . .
    <eulaHeaderTitle>End User License Agreement</eulaHeaderTitle>
    . . .
  </language>
  ...
</dpinst>

If a eulaHeaderTitle element is not specified, DPInst displays the default EULA header title that is shown on the default DPInst EULA page.

See also

language