dpinstTitle XML Element

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

The dpinstTitle XML element customizes the text that appears on the title bar of all of the DPInst wizard pages.

Element Tag

<dpinstTitle>

XML Attributes

None

Element Information

Parent elements

language

Child elements

None permitted

Data contents

String that customizes the title bar text on all of the wizard pages

Duplicate child elements

None permitted

Remarks

The following code example of a dpinstTitle element customizes the title bar text. The text that specifies the custom DPInst title is shown in bold font style.

<dpinst>
  ...
  <language code="0x0409">
    ...
    <dpinstTitle>Toaster Device Installer</dpinstTitle>
    ...
  </language>
  ...
</dpinst>

If a dpinstTitle element is not specified, DPInst displays the default title bar text that appears on the default welcome page.

See also

language