package XML Element

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

The package XML element specifies an INF file for a driver package.

Element Tag

<package>

XML Attributes

path

The path to an INF file for a driver package. The path is relative to the DPInst working directory.

Element Information

Parent elements

group

Child elements

None permitted

Data contents

None permitted

Duplicate child elements

None permitted

Remarks

The following code example demonstrates a package element that specifies DirAbc\Abc.inf as the INF file for the driver package.

<dpinst>
  ...
  <group>
    <package path="DirAbc\Abc.inf" />
  </group>
  ...
</dpinst>

See also

group