finishText XML Element

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

The finishText XML element customizes the main text that DPInst displays on a DPInst finish page.

Element Tag

<finishText>

XML Attributes

None

Element Information

Parent elements

language

Child elements

None permitted

Data contents

String that customizes the main text on a finish page

Duplicate child elements

None permitted

Remarks

The following code example demonstrates a finishText element that customizes the main text on a finish page that DPInst displays for a successful installation. The text that specifies the custom finish text is shown in bold font style.

dpinst>
  ...
  <language code="0x0409">
    ...
    <finishText>Enjoy using the Toaster.</finishText>
    ...
  </language>
  ...
</dpinst>

If a finishText element is not specified, DPInst displays default finish text that indicates whether the installation was a success or a failure.

See also

finishTitle

language