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 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 |
|
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>