Description: Displays information about a driver package, including the drivers and files it contains. Syntax: WDSUTIL Options ...

Description: Displays information about a driver package, including
             the drivers and files it contains.

Syntax:
WDSUTIL [Options]
        /Get-DriverPackageFile
        /InfFile:
        [/Architecture:{x86 | ia64 | x64 | arm}]
        [/Show:{Drivers | Files | All}]

/InfFile:
        Full path and file name of the driver package INF file.

[/Architecture:{x86 | ia64 | x64 | arm}]
        The architecture of the driver package.

[/Show: {Drivers | Files | All}]
        Indicates the package information to display. The default, if
        /Show is not specified, is to return only the driver package
        metadata. Drivers displays the list of drivers in the package.
        Files displays the list of files in the package. All displays
        drivers and files.

EXAMPLES:
---------
WDSUTIL /Get-DriverPackageFile /InfFile:"C:	emp\1394.inf" /Architecture:x86