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 dpinst XML element is the root XML element in a DPInst descriptor file that contains the child elements that customize driver installation.
Element Tag
<dpinst>
XML Attributes
None
Element Information
Parent elements |
None permitted |
Child elements |
enableNotListedLanguages (zero or one) deleteBinaries (zero or one) forceIfDriverIsNotBetter (zero or one) group (zero or more) headerPath (zero or one) icon (zero or one) installAllOrNone (zero or one) language (zero or more) legacyMode (zero or one) promptIfDriverIsNotBetter (zero or one) quietInstall (zero or one) scanHardware (zero or one) search (zero or more) suppressAddRemovePrograms (zero or one) watermarkPath (zero or one) |
Data contents |
None permitted |
Duplicate child elements |
None permitted |
Remarks
The following code example demonstrates an XML declaration element, followed by a dpinst element, which contains zero or more child elements.
<?xml version="1.0" ?>
<dpinst>
...
</dpinst>
Note Because duplicate child elements are not permitted, each search child element and language element of a dpinst element must be unique.