หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
[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>