DmiProvider.dll.mui DISM Driver Provider 21e58e0af69a4b79d69e4f5e3d7f29f0

File info

File name: DmiProvider.dll.mui
Size: 17920 byte
MD5: 21e58e0af69a4b79d69e4f5e3d7f29f0
SHA1: d9410e5d692fe175b6a4922128a81621ab69e46f
SHA256: 85ad6bd92f206376f43788919408c4eed7e096ff6aff7d21980d1fe084058b19
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in English (U.S.) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id English (U.S.) English
100Driver packages listing: Driver packages listing:
101Published Name Published Name
102Driver package information: Driver package information:
103Drivers for architecture Drivers for architecture
104Unknown device class Unknown device class
105(No drivers found in the image matching the criteria) (No drivers found in the image matching the criteria)
106Obtaining list of 3rd party drivers from the driver store... Obtaining list of 3rd party drivers from the driver store...
107Obtaining list of all drivers from the driver store... Obtaining list of all drivers from the driver store...
108Installing %1!d! of %2!d! - %3!s!: %0 Installing %1!d! of %2!d! - %3!s!: %0
109Removing %1!d! of %2!d! - %3!s!: %0 Removing %1!d! of %2!d! - %3!s!: %0
110The driver package was successfully installed.
The driver package was successfully installed.
111The driver package was successfully removed.
The driver package was successfully removed.
112Exporting %1!d! of %2!d! - %3!s!: %0 Exporting %1!d! of %2!d! - %3!s!: %0
113The driver package successfully exported.
The driver package successfully exported.
114
INFO: DISM has skipped driver signature check because the version of running OS and that of target OS do not match.

INFO: DISM has skipped driver signature check because the version of running OS and that of target OS do not match.
200Driver Store Path Driver Store Path
201Inbox Inbox
202Provider Name Provider Name
203Date Date
204Version Version
205Yes Yes
206No No
207Class GUID Class GUID
208Architecture Architecture
209Manufacturer Manufacturer
210Description Description
211Hardware ID Hardware ID
212Service Name Service Name
214Compatible IDs Compatible IDs
215Exclude IDs Exclude IDs
217Boot Critical Boot Critical
218Searching for driver packages to install...
Searching for driver packages to install...
219Found %1!d! driver package(s) to install.
Found %1!d! driver package(s) to install.
220Found %1!d! driver package(s) to remove.
Found %1!d! driver package(s) to remove.
221Class Name Class Name
222Original File Name Original File Name
223Class Description Class Description
1000ImageTopLevelHelp ImageTopLevelHelp
1100DriverCommands DriverCommands
1101Information on the available driver commands Information on the available driver commands
1102
DRIVER SERVICING COMMANDS:

DRIVER SERVICING COMMANDS:
1103Get-Drivers Get-Drivers
1104Displays information about all drivers in
an offline image or a running operating system.
Displays information about all drivers in
an offline image or a running operating system.
1105
/Get-Drivers [/Format:] [/all]

Displays information about drivers in an image. Use the /Format option to
specify a table or list format for the output. If /Format is not specified,
the output is formatted as a list. Only shows out-of-box drivers by default.
Use /all switch to show all drivers in the image.

Examples:
DISM.exe /Image:C:\test\offline /Get-Drivers
DISM.exe /Image:C:\test\offline /Get-Drivers /all
DISM.exe /Image:C:\test\offline /Get-Drivers /Format:Table


/Get-Drivers [/Format:] [/all]

Displays information about drivers in an image. Use the /Format option to
specify a table or list format for the output. If /Format is not specified,
the output is formatted as a list. Only shows out-of-box drivers by default.
Use /all switch to show all drivers in the image.

Examples:
DISM.exe /Image:C:\test\offline /Get-Drivers
DISM.exe /Image:C:\test\offline /Get-Drivers /all
DISM.exe /Image:C:\test\offline /Get-Drivers /Format:Table

1106Get-DriverInfo Get-DriverInfo
1107Displays information about a specific driver
in an offline image or a running operating system.
Displays information about a specific driver
in an offline image or a running operating system.
1108
/Get-DriverInfo /Driver:

Displays information about an INF file installed in the image, or one that is
not yet installed. Installed 3rd party drivers will be named OEM1.inf,
OEM2.inf, and so on. Use the Published Name from the /Get-Drivers list to
view information on installed drivers.

Examples:
DISM.exe /Image:C:\test\offline /Get-DriverInfo
/Driver:D:\Drivers\Usb\Usb.inf

DISM.exe /Image:C:\test\offline /Get-DriverInfo /Driver:oem1.inf


/Get-DriverInfo /Driver:

Displays information about an INF file installed in the image, or one that is
not yet installed. Installed 3rd party drivers will be named OEM1.inf,
OEM2.inf, and so on. Use the Published Name from the /Get-Drivers list to
view information on installed drivers.

Examples:
DISM.exe /Image:C:\test\offline /Get-DriverInfo
/Driver:D:\Drivers\Usb\Usb.inf

DISM.exe /Image:C:\test\offline /Get-DriverInfo /Driver:oem1.inf

1109Add-Driver Add-Driver
1110Adds driver packages to an offline image. Adds driver packages to an offline image.
1111
/Add-Driver {/Driver: | /Driver:}
[/recurse] [/ForceUnsigned]

Adds drivers to an offline image. Use /recurse to query all subfolders for
drivers. Use /ForceUnsigned to add unsigned drivers to X64-based images.
This command is not supported against an online image.

Examples:
DISM.exe /Image:C:\test\offline /Add-Driver
/Driver:D:\Drivers\Usb\Usb.inf

DISM.exe /Image:C:\test\offline /Add-Driver /Driver:D:\Drivers /recurse


/Add-Driver {/Driver: | /Driver:}
[/recurse] [/ForceUnsigned]

Adds drivers to an offline image. Use /recurse to query all subfolders for
drivers. Use /ForceUnsigned to add unsigned drivers to X64-based images.
This command is not supported against an online image.

Examples:
DISM.exe /Image:C:\test\offline /Add-Driver
/Driver:D:\Drivers\Usb\Usb.inf

DISM.exe /Image:C:\test\offline /Add-Driver /Driver:D:\Drivers /recurse

1112Remove-Driver Remove-Driver
1113Removes driver packages from an offline image. Removes driver packages from an offline image.
1114
/Remove-Driver /Driver:

Removes the specified out-of-box driver from the image.
Use /Get-Drivers to see a list of installed drivers.
This command is not supported against an online image.

WARNING: Removing a boot-critical driver package can make the offline
Windows image unbootable.

Example:
DISM.exe /Image:C:\test\offline /Remove-Driver /Driver:oem1.inf


/Remove-Driver /Driver:

Removes the specified out-of-box driver from the image.
Use /Get-Drivers to see a list of installed drivers.
This command is not supported against an online image.

WARNING: Removing a boot-critical driver package can make the offline
Windows image unbootable.

Example:
DISM.exe /Image:C:\test\offline /Remove-Driver /Driver:oem1.inf

1115Export-Driver Export-Driver
1116Export all third-party driver packages from an
offline image or a running operating system.
Export all third-party driver packages from an
offline image or a running operating system.
1117
/Export-Driver /Destination:

Export all third-party driver packages from a Windows image to a destination path.

Examples:
DISM.exe /Image:C:\test\offline /Export-Driver /Destination:C:\destpath


/Export-Driver /Destination:

Export all third-party driver packages from a Windows image to a destination path.

Examples:
DISM.exe /Image:C:\test\offline /Export-Driver /Destination:C:\destpath

0x4200003CThe specified driver package is already present in the driver store. The specified driver package is already present in the driver store.
0x42000041Driver package '%1!s!' was successfully installed. Driver package '%1!s!' was successfully installed.
0x42000054The driver package was successfully installed. The driver package was successfully installed.
0xC2000030Unable to find the specified driver package '%1!s!'.Verify the path is valid and try the command again. Unable to find the specified driver package '%1!s!'.Verify the path is valid and try the command again.
0xC2000031An error occurred. The specified driver package '%1!s!' could not be found. An error occurred. The specified driver package '%1!s!' could not be found.
0xC2000032An error occurred. The driver package '%1!s!' could not be opened. An error occurred. The driver package '%1!s!' could not be opened.
0xC2000033An error occurred trying to list the drivers for the specified driver package '%1!s!'. An error occurred trying to list the drivers for the specified driver package '%1!s!'.
0xC2000034An error occurred. The driver store for the image could not be opened. An error occurred. The driver store for the image could not be opened.
0xC2000035An error occurred trying to list the driver packages in the offline image. An error occurred trying to list the driver packages in the offline image.
0xC2000038The /%1!s! option does not take arguments. Try the command again without the argument. For more information, refer to the help for the %1!s! option. The /%1!s! option does not take arguments. Try the command again without the argument. For more information, refer to the help for the %1!s! option.
0xC2000039The driver command is missing a path to an INF file or folder.Try adding the path and running the command again. For more information, refer to the help. The driver command is missing a path to an INF file or folder.Try adding the path and running the command again. For more information, refer to the help.
0xC200003BAn error occurred. The report could not be formatted. For more information, review the log file. An error occurred. The report could not be formatted. For more information, review the log file.
0xC200003DAn error occurred. The driver package could not be installed in the driver store of the offline image. An error occurred. The driver package could not be installed in the driver store of the offline image.
0xC200003FNo driver packages were found on the specified path. Verify that the driver .INF files are in the specified location and try the command again. No driver packages were found on the specified path. Verify that the driver .INF files are in the specified location and try the command again.
0xC2000042An error occurred. The driver package could not be installed. For more information, check for log files in the \\inf folder of the target image. An error occurred. The driver package could not be installed. For more information, check for log files in the \\inf folder of the target image.
0xC2000043An error occurred searching for driver packages on the specified path '%1!s!' An error occurred searching for driver packages on the specified path '%1!s!'
0xC2000044This command can only be used with an offline image. This command can only be used with an offline image.
0xC2000045Cannot find the specified file '%1!s!' Cannot find the specified file '%1!s!'
0xC2000046Cannot specify more than one .inf file for this command.Re-enter the command, specifying only one .inf file. Cannot specify more than one .inf file for this command.Re-enter the command, specifying only one .inf file.
0xC2000048The specified driver cannot be removed. Removing a default driver package is not supported. The specified driver cannot be removed. Removing a default driver package is not supported.
0xC2000049Specifying folders for this command is not supported.Re-enter the command, specifying a file. Specifying folders for this command is not supported.Re-enter the command, specifying a file.
0xC200004AAn error occurred. The driver package '%1!s!' could not be removed.For more information, check for log files in the \\inf folder of the target image. An error occurred. The driver package '%1!s!' could not be removed.For more information, check for log files in the \\inf folder of the target image.
0xC200004CThe driver package did not contain any drivers matching the architecture of the image. The driver package did not contain any drivers matching the architecture of the image.
0xC200004DThe driver package contains x64 boot-critical drivers, but the drivers are not properly signed. Use the /forceunsigned option to install the drivers. The driver package contains x64 boot-critical drivers, but the drivers are not properly signed. Use the /forceunsigned option to install the drivers.
0xC200004EThe command completed with errors. For more information, refer to the log file. The command completed with errors. For more information, refer to the log file.
0xC200004FThe %1!s! option can only be specified once on the command-line.Re-enter the command, specifying the %1!s! option only once. The %1!s! option can only be specified once on the command-line.Re-enter the command, specifying the %1!s! option only once.
0xC2000050The %1!s! option is not a valid command. For more information, refer to the help. The %1!s! option is not a valid command. For more information, refer to the help.
0xC2000051Multiple driver paths cannot be specified with this command. For more information, refer to the help. Multiple driver paths cannot be specified with this command. For more information, refer to the help.
0xC2000053Error - %1!s!%0 Error - %1!s!%0
0xC2000055There was a problem opening the INF file.%0 There was a problem opening the INF file.%0
0xC2000056%1!s! %2!s! Error: 0x%3!X!. %1!s! %2!s! Error: 0x%3!X!.
0xC2000057The argument specified with the /Format option is not supported with this command. For more information about valid syntax, refer to the help. The argument specified with the /Format option is not supported with this command. For more information about valid syntax, refer to the help.
0xC2000058The driver command does not support folder arguments in this context.Try specifying a specific INF file and running the command again. For more information, refer to the help. The driver command does not support folder arguments in this context.Try specifying a specific INF file and running the command again. For more information, refer to the help.
0xC2000059A destination path must be specified. A destination path must be specified.
0xC200005AThe destination path %1!s! does not exist. The destination path %1!s! does not exist.
0xC200005BThe command-line is missing the /%1 option.For more information, refer to the help. The command-line is missing the /%1 option.For more information, refer to the help.

EXIF

File Name:DmiProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_en-us_82169b65a15a8192\
File Size:18 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:17408
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:English (U.S.)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:DISM Driver Provider
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:DmiProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:DmiProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_en-us_25f7ffe1e8fd105c\

What is DmiProvider.dll.mui?

DmiProvider.dll.mui is Multilingual User Interface resource file that contain English (U.S.) language for file DmiProvider.dll (DISM Driver Provider).

File version info

File Description:DISM Driver Provider
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:DmiProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:DmiProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x409, 1200