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 welcomeTitle XML element customizes the bold text of the welcome title that appears at the top of the DPInst welcome page.
Element Tag
<welcomeTitle>
XML Attributes
None
Element Information
Parent elements |
|
Child elements |
None permitted |
Data contents |
String that customizes the title text at the top of a welcome page |
Duplicate child elements |
None permitted |
Remarks
The following code example demonstrates a welcomeTitle element customizes the title text on a welcome page. The text that specifies the custom welcome title is shown in bold font style.
<dpinst>
...
<language code="0x0409">
...
<welcomeTitle>Welcome to the toaster Installer!</welcomeTitle>
...
</language>
...
</dpinst>
If a welcomeTitle element is not specified, DPInst displays the default welcome title that is shown on the default welcome page.