File name: | MsiProvider.dll.mui |
Size: | 15872 byte |
MD5: | ac00ae5d101eff8e8f221366976f1a7f |
SHA1: | fb779c0acdccfa0b60ee6dd620d92eeb3e9897cc |
SHA256: | ec1c04a058b16aeadc046c7a5b8a41f7dd07d5fa3f791cb31d7dc44b0c3ffda3 |
Operating systems: | Windows 10 |
Extension: | MUI |
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 |
---|---|---|
202 | Product Code | Product Code |
203 | Product Name | Product Name |
204 | Patch Code | Patch Code |
205 | Patch Name | Patch Name |
206 | Product State | Product State |
207 | Package Code | Package Code |
208 | Product Version | Product Version |
209 | Assignment Type | Assignment Type |
210 | Publisher | Publisher |
211 | Language | Language |
212 | Install Source | Install Source |
213 | Package Name | Package Name |
214 | Help Link | Help Link |
215 | Transforms | Transforms |
216 | Local Package | Local Package |
217 | Install Date | Install Date |
218 | Patch State | Patch State |
219 | Patch Uninstallable | Patch Uninstallable |
220 | Patch Location | Patch Location |
221 | Advertised | Advertised |
222 | Installed | Installed |
223 | Per-User | Per-User |
224 | Per-Machine | Per-Machine |
225 | Applied | Applied |
226 | Superseded | Superseded |
227 | Obsolete | Obsolete |
228 | Application Listing: |
Application Listing: |
229 | Application information: |
Application information: |
230 | Application patch listing: |
Application patch listing: |
231 | Application patches information: |
Application patches information: |
232 | Applicable application patch listing: |
Applicable application patch listing: |
233 | (No application found for the image) |
(No application found for the image) |
234 | (No application patch found for the image) |
(No application patch found for the image) |
235 | (No applicable application patch found for the image) |
(No applicable application patch found for the image) |
1000 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | AppCommands | AppCommands |
1101 | Information about available application commands | Information about available application commands |
1102 | APPLICATION SERVICING COMMANDS: |
APPLICATION SERVICING COMMANDS: |
1103 | Get-Apps | Get-Apps |
1104 | Displays information about all installed MSI applications. |
Displays information about all installed MSI applications. |
1105 | /Get-Apps [/Format:] Displays information about all MSI applications in the offline 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. This command is not supported against an online image. Example: DISM.exe /Image:C:\test\offline /Get-Apps |
/Get-Apps [/Format:] Displays information about all MSI applications in the offline 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. This command is not supported against an online image. Example: DISM.exe /Image:C:\test\offline /Get-Apps |
1106 | Get-AppInfo | Get-AppInfo |
1107 | Displays information about a specific installed MSI application. |
Displays information about a specific installed MSI application. |
1108 | /Get-AppInfo [/Format:] [/ProductCode:] Displays detailed information about a specific installed Windows Installer (MSI) application. Use the /Get-Apps option to find the GUID for an installed Windows Installer (MSI) application. If a product code GUID is not specified, information is displayed for all Windows Installer (MSI) applications installed in the mounted offline image. Use the /Format option to specify a table or a list format for the output. If /Format is not specified, the output is formatted as a list. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Get-AppInfo DISM.exe /Image:C:\test\offline /Get-AppInfo /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} |
/Get-AppInfo [/Format:] [/ProductCode:] Displays detailed information about a specific installed Windows Installer (MSI) application. Use the /Get-Apps option to find the GUID for an installed Windows Installer (MSI) application. If a product code GUID is not specified, information is displayed for all Windows Installer (MSI) applications installed in the mounted offline image. Use the /Format option to specify a table or a list format for the output. If /Format is not specified, the output is formatted as a list. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Get-AppInfo DISM.exe /Image:C:\test\offline /Get-AppInfo /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} |
1109 | Get-AppPatches | Get-AppPatches |
1110 | Displays information about all applied MSP patches for all installed applications. |
Displays information about all applied MSP patches for all installed applications. |
1111 | /Get-AppPatches [/Format:] [/ProductCode:] Displays information about all applied MSP patches for all applications installed on the offline image. If a product code GUID is specified, information is displayed about all patches in the specified MSI application. 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. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Get-AppPatches DISM.exe /Image:C:\test\offline /Get-AppPatches /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} |
/Get-AppPatches [/Format:] [/ProductCode:] Displays information about all applied MSP patches for all applications installed on the offline image. If a product code GUID is specified, information is displayed about all patches in the specified MSI application. 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. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Get-AppPatches DISM.exe /Image:C:\test\offline /Get-AppPatches /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} |
1112 | Get-AppPatchInfo | Get-AppPatchInfo |
1113 | Displays information about installed MSP patches. | Displays information about installed MSP patches. |
1114 | /Get-AppPatchInfo [/Format:] [/PatchCode:] [/ProductCode:] Displays information about installed MSP patches. If /PatchCode is specified, information is displayed for all MSI applications that the patch is applied to. If /ProductCode is specified, information is displayed about all patches in the specified application. If both are specified, information is displayed only if the patch is applied to the specified application. Use /Get-AppPatches to find the patch code GUID and the product code GUID. Use /Get-Apps to list all product code GUIDs for an installed application. If /PatchCode and /ProductCode are not specified, all installed MSI packages and MSP patches are displayed. 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. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Get-AppPatchInfo DISM.exe /Image:C:\test\offline /Get-AppPatchInfo /PatchCode:{7B477EF4-D848-492B-BA85-0297B1AF4F36} DISM.exe /Image:C:\test\offline /Get-AppPatchInfo /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} DISM.exe /Image:C:\test\offline /Get-AppPatchInfo /PatchCode:{7B477EF4-D848-492B-BA85-0297B1AF4F36} /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} |
/Get-AppPatchInfo [/Format:] [/PatchCode:] [/ProductCode:] Displays information about installed MSP patches. If /PatchCode is specified, information is displayed for all MSI applications that the patch is applied to. If /ProductCode is specified, information is displayed about all patches in the specified application. If both are specified, information is displayed only if the patch is applied to the specified application. Use /Get-AppPatches to find the patch code GUID and the product code GUID. Use /Get-Apps to list all product code GUIDs for an installed application. If /PatchCode and /ProductCode are not specified, all installed MSI packages and MSP patches are displayed. 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. This command is not supported against an online image. Examples: DISM.exe /Image:C:\test\offline /Get-AppPatchInfo DISM.exe /Image:C:\test\offline /Get-AppPatchInfo /PatchCode:{7B477EF4-D848-492B-BA85-0297B1AF4F36} DISM.exe /Image:C:\test\offline /Get-AppPatchInfo /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} DISM.exe /Image:C:\test\offline /Get-AppPatchInfo /PatchCode:{7B477EF4-D848-492B-BA85-0297B1AF4F36} /ProductCode:{A13BF3E2-0C87-4DC3-B555-42EA2ED666E3} |
1115 | Check-AppPatch | Check-AppPatch |
1116 | Displays information if the MSP patches are applicable to the mounted image. |
Displays information if the MSP patches are applicable to the mounted image. |
1117 | /Check-AppPatch /PatchLocation: [/Format:] Displays information if the MSP patches are applicable to the offline image. Multiple patch files can be specified. 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. This command is not supported against an online image. Example: DISM.exe /Image:C:\test\offline /Check-AppPatch /PatchLocation:C:\AppPatches\patch.msp |
/Check-AppPatch /PatchLocation: [/Format:] Displays information if the MSP patches are applicable to the offline image. Multiple patch files can be specified. 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. This command is not supported against an online image. Example: DISM.exe /Image:C:\test\offline /Check-AppPatch /PatchLocation:C:\AppPatches\patch.msp |
1118 | For more information, refer to the help by running DISM command /Get-Apps /? |
For more information, refer to the help by running DISM command /Get-Apps /? |
1119 | For more information, refer to the help by running DISM command /Get-AppInfo /? |
For more information, refer to the help by running DISM command /Get-AppInfo /? |
1120 | For more information, refer to the help by running DISM command /Get-AppPatches /? |
For more information, refer to the help by running DISM command /Get-AppPatches /? |
1121 | For more information, refer to the help by running DISM command /Get-AppPatchInfo /? |
For more information, refer to the help by running DISM command /Get-AppPatchInfo /? |
1122 | For more information, refer to the help by running DISM command /Check-AppPatch /? |
For more information, refer to the help by running DISM command /Check-AppPatch /? |
1123 | For more information, review the log file. |
For more information, review the log file. |
0xC21000C8 | The option \"%1!s!\" is not recognized in this context. | The option \"%1!s!\" is not recognized in this context. |
0xC21000CA | no argument is supported for the command. | no argument is supported for the command. |
0xC21000CB | Invalid argument. | Invalid argument. |
0xC21000CC | The option \"%1!s!\" is missing a required argument. | The option \"%1!s!\" is missing a required argument. |
0xC21000CD | /Check-AppPatch only supports up to %1!d! /PatchLocation arguments. | /Check-AppPatch only supports up to %1!d! /PatchLocation arguments. |
0xC21000CE | The option \"/Check-AppPatch\" is missing a required argument. | The option \"/Check-AppPatch\" is missing a required argument. |
0xC21000CF | Failed to resolve patch location \"%1!s!\", system error %2!d!. | Failed to resolve patch location \"%1!s!\", system error %2!d!. |
0xC21000D0 | Failed to extract patch code from patch location \"%1!s!\", error code %2!d!. | Failed to extract patch code from patch location \"%1!s!\", error code %2!d!. |
0xC21000D1 | Failed to extract patch info from patch location \"%1!s!\", error code %2!d!, system error %3!d!. | Failed to extract patch info from patch location \"%1!s!\", error code %2!d!, system error %3!d!. |
0xC21000D2 | Application commands can only apply to offline images. | Application commands can only apply to offline images. |
File Description: | DISM Msi Provider |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | MsiProvider.dll |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | MsiProvider.dll.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x409, 1200 |