headerPath XML Element

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

The headerPath XML element specifies the source file name for a custom header bitmap that DPInst displays in the upper-right corner of the DPInst EULA page and DPInst installation page.

Element Tag

<headerPath>

XML Attributes

None

Element Information

Parent elements

dpinst or language

Child elements

None permitted

Data contents

String that specifies the file name of the header bitmap that DPInst displays in the upper-right corner of the DPInst EULA and installation pages. The header bitmap file must be located in the DPInst root directory, which is the directory that contains the DPInst executable file (DPInst.exe), or in a subdirectory under the DPInst root directory. If the header bitmap file is in a subdirectory, specify a fully qualified file name that is relative to the DPInst root directory.

Duplicate child elements

None permitted

Remarks

A headerPath element is customized, but not localized, if it is a child element of a dpinst XML element. A headerPath element is customized and localized if it is a child element of a language XML element.

The following code example demonstrates a headerPath element that specifies Data\Header.bmp as the header bitmap file that DPInst displays in the upper-right corner of a DPInst EULA and installation pages and an installation page. The text that specifies the custom header bitmap file is shown in bold font style.

<dpinst>
  ...
  <headerPath>Data\Header.bmp</headerPath>
  ...
</dpinst>

If a headerPath element is not specified, DPInst uses a default header bitmap.

See also

dpinst

language