[DIFx is deprecated, for more info, see DIFx Guidelines.]
The finishTitle XML element customizes the text of the finish title that appears at the top of a DPInst finish page.
Element Tag
<finishTitle>
XML Attributes
None
Element Information
Parent elements | |
Child elements |
None permitted |
Data contents |
String that customizes the title text at the top of a finish page. |
Duplicate child elements |
None permitted |
Remarks
The following code example demonstrates a finishTitle element that customizes the title text at the top of a finish page. The text that specifies the custom title text is shown in bold font style.
dpinst>
...
<language code="0x0409">
...
<finishTitle>Congratulations! You are finished installing your Toaster device.</finishTitle>
...
</language>
...
</dpinst>
If a finishTitle element is not specified, DPInst displays the default title text that is shown on the default finish page.
See also