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 installHeaderTitle XML element customizes the bold text of the installation header title that appears on a DPInst installation page.
Element Tag
<installHeaderTitle>
XML Attributes
None
Element Information
Parent elements |
|
Child elements |
None permitted |
Data contents |
String that customizes the title text of an installation page |
Duplicate child elements |
None permitted |
Remarks
The following code example demonstrates an installHeaderTitle element that customizes the title text of an installation page. The text that specifies the custom install header title is shown in bold font style.
<dpinst>
...
<language code="0x0409">
...
<installHeaderTitle>Installing the software for your Toaster device...</installHeaderTitle>
...
</language>
...
</dpinst>
If an installHeaderTitle element is not specified, DPInst displays the default title text that is shown on the default installation page.