CbsProvider.dll.mui DISM Package Provider d68e91f16cbd41931c97d8472702b7c3

File info

File name: CbsProvider.dll.mui
Size: 47616 byte
MD5: d68e91f16cbd41931c97d8472702b7c3
SHA1: 10a03167120d32f886fc174b81775a8377f4c7ac
SHA256: cd93260bd9fa7529a801afeeb7cf0aac0765fc02bafc9bdbde3251c04549ea50
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
100CBSProvider CBSProvider
101Adding package %1!s! Adding package %1!s!
102Removing package %1!s! Removing package %1!s!
103Enabling feature(s) Enabling feature(s)
104Disabling feature(s) Disabling feature(s)
105Staging package %1!s! Staging package %1!s!
106Package %1!s! may have failed due to a pending restart. Restart the system and try the command again. Package %1!s! may have failed due to a pending restart. Restart the system and try the command again.
107Package %1!s! may have failed due to pending updates to servicing components in the image. Try the command again. Package %1!s! may have failed due to pending updates to servicing components in the image. Try the command again.
108Package Name Package Name
109State State
110Install Time Install Time
111Release Type Release Type
112Packages listing: Packages listing:
113Package information: Package information:
114Applicable Applicable
115Yes Yes
116No No
117Copyright Copyright
118Company Company
119Creation Time Creation Time
120Description Description
121Identity Identity
122Install Client Install Client
123Install Location Install Location
124Install Package Name Install Package Name
125Install User Name Install User Name
126Last Update Time Last Update Time
127Name Name
128Product Version Product Version
129Restart Required Restart Required
130Support Information Support Information
131Features listing for package Features listing for package
132Feature Name Feature Name
133Parent Package Parent Package
134Feature Information: Feature Information:
135Display Name Display Name
137Removing unused components from the image.
Removing unused components from the image.
138(No features found for this package) (No features found for this package)
139Product Name Product Name
140Package Identity Package Identity
141Reverting pending actions from the image...
Reverting pending actions from the image...
142(No packages found) (No packages found)
143The operation completed. Revert of pending actions will be attempted after the reboot.
The operation completed. Revert of pending actions will be attempted after the reboot.
144Custom Properties: Custom Properties:
145(No custom properties found) (No custom properties found)
146Completely offline capable Completely offline capable
147Capability Identity Capability Identity
148Capability listing: Capability listing:
149Capability information: Capability information:
150(No capability found) (No capability found)
151Download Size Download Size
152Install Size Install Size
153Self servicing package Self servicing package
200Not Present Not Present
201Uninstall Pending Uninstall Pending
202Staged Staged
203Staging Staging
204Installed Installed
205Install Pending Install Pending
206Superseded Superseded
207Partially Installed Partially Installed
250Disabled Disabled
251Disable Pending Disable Pending
254Enabled Enabled
255Enable Pending Enable Pending
256Enabled Features Enabled Features
257Disabled Features Disabled Features
260Disabled with Payload Removed Disabled with Payload Removed
300Removing backup files created during service pack installation.
Removing backup files created during service pack installation.
301Service Pack Cleanup Service Pack Cleanup
302Service Pack Cleanup operation completed.
Service Pack Cleanup operation completed.
303Service Pack Cleanup cannot proceed: No Service Pack backup files were found.
Service Pack Cleanup cannot proceed: No Service Pack backup files were found.
304Service Pack Cleanup cannot proceed: An operation is waiting to be completed on this computer.
Restart your computer, and then run Service Pack Cleanup.
Service Pack Cleanup cannot proceed: An operation is waiting to be completed on this computer.
Restart your computer, and then run Service Pack Cleanup.
305Removed Service Pack backup files. Removed Service Pack backup files.
322Undetermined Undetermined
330No component store corruption detected.
No component store corruption detected.
331The component store is repairable.
The component store is repairable.
332The component store cannot be repaired.
The component store cannot be repaired.
333The restore operation completed successfully.
The restore operation completed successfully.
334The restore operation failed. Either the repair source was not found or the component store cannot be repaired.
The restore operation failed. Either the repair source was not found or the component store cannot be repaired.
340Component Store (WinSxS) information: Component Store (WinSxS) information:
341Windows Explorer Reported Size of Component Store Windows Explorer Reported Size of Component Store
342Actual Size of Component Store Actual Size of Component Store
343Shared with Windows Shared with Windows
344Backups and Disabled Features Backups and Disabled Features
345Cache and Temporary Data Cache and Temporary Data
346Date of Last Cleanup Date of Last Cleanup
347Number of Reclaimable Packages Number of Reclaimable Packages
348Component Store Cleanup Recommended Component Store Cleanup Recommended
1000ImageTopLevelHelp ImageTopLevelHelp
1100PackageCommands PackageCommands
1101Information on the available package commands. Information on the available package commands.
1102
PACKAGE SERVICING COMMANDS:

PACKAGE SERVICING COMMANDS:
1103Add-Package Add-Package
1104Adds packages to the image. Adds packages to the image.
1105
/Add-Package /PackagePath: [/IgnoreCheck] [/PreventPending]

Adds one or more packages to an image. /PackagePath can point to either
a .cab file, a .msu file, or a folder.
Use the /IgnoreCheck switch to skip installation of the package if the
applicability checks fail.
Use the /PreventPending switch to skip the installation of the package if
the package or Windows image has pending online actions.

Examples:
DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages /IgnoreCheck

DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages\package.cab /PreventPending

DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\Windows-KB000006-v1-x86-en-us.msu


/Add-Package /PackagePath: [/IgnoreCheck] [/PreventPending]

Adds one or more packages to an image. /PackagePath can point to either
a .cab file, a .msu file, or a folder.
Use the /IgnoreCheck switch to skip installation of the package if the
applicability checks fail.
Use the /PreventPending switch to skip the installation of the package if
the package or Windows image has pending online actions.

Examples:
DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages /IgnoreCheck

DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages\package.cab /PreventPending

DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\Windows-KB000006-v1-x86-en-us.msu

1106Remove-Package Remove-Package
1107Removes packages from the image. Removes packages from the image.
1108
/Remove-Package {/PackagePath: | /PackageName:}

Removes one or more packages unless there are online, unprocessed pending
actions. If online actions are pending, the resources remain in the image and
the package state is set to Uninstall Requested. You must boot the image to
process pending actions before the package can be removed.

You cannot use this command to remove .msu files.

Examples:
DISM.exe /Image:C:\test\offline /Remove-Package
/PackagePath:C:\MyPackages\package.cab

DISM.exe /Image:C:\test\offline /Remove-Package
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0


/Remove-Package {/PackagePath: | /PackageName:}

Removes one or more packages unless there are online, unprocessed pending
actions. If online actions are pending, the resources remain in the image and
the package state is set to Uninstall Requested. You must boot the image to
process pending actions before the package can be removed.

You cannot use this command to remove .msu files.

Examples:
DISM.exe /Image:C:\test\offline /Remove-Package
/PackagePath:C:\MyPackages\package.cab

DISM.exe /Image:C:\test\offline /Remove-Package
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

1109Enable-Feature Enable-Feature
1110Enables a specific feature in the image. Enables a specific feature in the image.
1111
/Enable-Feature /FeatureName: [/PackageName:]
[/Source:] [/LimitAccess] [/All]

Enables the feature specified by the FeatureName command argument.
You do not have to specify the /PackageName if it is the Windows Foundation Package.
Otherwise, use /PackageName to specify the parent package of the feature.

Multiple /FeatureName arguments can be used if the features are components in
the same parent package.

You can restore and enable a feature that has previously been removed from the
image. Use the /Source argument to specify the location of the files needed to
restore the feature. Multiple /Source arguments can be used.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.
Use /All to enable all parent features of the specified feature.

Example:
DISM.exe /Online /Enable-Feature /FeatureName:Hearts /All

DISM.exe /Image:c:\offline /Enable-Feature /FeatureName:Calc
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

DISM.exe /Image:c:\offline /Enable-Feature /FeatureName:Feature
/Source:c:\test\mount


/Enable-Feature /FeatureName: [/PackageName:]
[/Source:] [/LimitAccess] [/All]

Enables the feature specified by the FeatureName command argument.
You do not have to specify the /PackageName if it is the Windows Foundation Package.
Otherwise, use /PackageName to specify the parent package of the feature.

Multiple /FeatureName arguments can be used if the features are components in
the same parent package.

You can restore and enable a feature that has previously been removed from the
image. Use the /Source argument to specify the location of the files needed to
restore the feature. Multiple /Source arguments can be used.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.
Use /All to enable all parent features of the specified feature.

Example:
DISM.exe /Online /Enable-Feature /FeatureName:Hearts /All

DISM.exe /Image:c:\offline /Enable-Feature /FeatureName:Calc
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

DISM.exe /Image:c:\offline /Enable-Feature /FeatureName:Feature
/Source:c:\test\mount

1112Disable-Feature Disable-Feature
1113Disables a specific feature in the image. Disables a specific feature in the image.
1114
/Disable-Feature /FeatureName: [/PackageName:] [/Remove]

Disables the feature specified by the FeatureName command argument.
You do not have to specify the /PackageName if it is the Windows Foundation Package.
Otherwise, use /PackageName to specify the parent package of the feature.

Multiple /FeatureName arguments can be used if the features are components in
the same parent package.
Use /Remove to remove a feature without removing the feature's manifest from the
image. The feature will be listed as 'Disabled with Payload Removed' when using
/Get-FeatureInfo and can be restored and enabled using /Enable-Feature with the
/Source option.

Example:
DISM.exe /Online /Disable-Feature /FeatureName:Hearts

DISM.exe /Image:c:\offline /Disable-Feature /FeatureName:Calc
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 /Remove


/Disable-Feature /FeatureName: [/PackageName:] [/Remove]

Disables the feature specified by the FeatureName command argument.
You do not have to specify the /PackageName if it is the Windows Foundation Package.
Otherwise, use /PackageName to specify the parent package of the feature.

Multiple /FeatureName arguments can be used if the features are components in
the same parent package.
Use /Remove to remove a feature without removing the feature's manifest from the
image. The feature will be listed as 'Disabled with Payload Removed' when using
/Get-FeatureInfo and can be restored and enabled using /Enable-Feature with the
/Source option.

Example:
DISM.exe /Online /Disable-Feature /FeatureName:Hearts

DISM.exe /Image:c:\offline /Disable-Feature /FeatureName:Calc
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 /Remove

1115Get-Packages Get-Packages
1116Displays information about all packages in
the image.
Displays information about all packages in
the image.
1117
/Get-Packages [/Format:]

Displays information about all packages in the 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.

Examples:
DISM.exe /Image:C:\test\offline /Get-Packages
DISM.exe /Format:Table /Image:C:\test\offline /Get-Packages
DISM.exe /Format:List /English /Image:C:\test\offline /Get-Packages


/Get-Packages [/Format:]

Displays information about all packages in the 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.

Examples:
DISM.exe /Image:C:\test\offline /Get-Packages
DISM.exe /Format:Table /Image:C:\test\offline /Get-Packages
DISM.exe /Format:List /English /Image:C:\test\offline /Get-Packages

1118Get-PackageInfo Get-PackageInfo
1119Displays information about a specific package. Displays information about a specific package.
1120
/Get-PackageInfo
{/PackagePath: | /PackageName:}

Displays information about a specific package.
/PackagePath can point to either a .cab file or a folder. The path to the
.cab file should point to the original source of the package, not to where
the file is installed on the image.

You cannot use this command to get package information for .msu files.

Examples:
DISM.exe /Image:C:\test\offline /Get-PackageInfo
/PackagePath:C:\packages\package.cab

DISM.exe /Image:C:\test\offline /Get-PackageInfo
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0


/Get-PackageInfo
{/PackagePath: | /PackageName:}

Displays information about a specific package.
/PackagePath can point to either a .cab file or a folder. The path to the
.cab file should point to the original source of the package, not to where
the file is installed on the image.

You cannot use this command to get package information for .msu files.

Examples:
DISM.exe /Image:C:\test\offline /Get-PackageInfo
/PackagePath:C:\packages\package.cab

DISM.exe /Image:C:\test\offline /Get-PackageInfo
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

1121Get-Features Get-Features
1122Displays information about all features in
a package.
Displays information about all features in
a package.
1123
/Get-Features [/Format:] [/PackagePath:]
[/PackageName:]

Displays information about all features found in a specific package. If you
do not specify a package name or path, all features in the image will be
listed. /PackagePath can point to either a .cab file or a folder. Use the
/Format option to specify a table or list format for the output. If /Format
is not specified the option is formatted as a list.

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

DISM.exe /Image:C:\test\offline /Get-Features /Format:List
/PackagePath:C:\packages\package.cab

DISM.exe /Image:C:\test\offline /Get-Features
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0


/Get-Features [/Format:] [/PackagePath:]
[/PackageName:]

Displays information about all features found in a specific package. If you
do not specify a package name or path, all features in the image will be
listed. /PackagePath can point to either a .cab file or a folder. Use the
/Format option to specify a table or list format for the output. If /Format
is not specified the option is formatted as a list.

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

DISM.exe /Image:C:\test\offline /Get-Features /Format:List
/PackagePath:C:\packages\package.cab

DISM.exe /Image:C:\test\offline /Get-Features
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

1124Get-FeatureInfo Get-FeatureInfo
1125Displays information about a specific feature. Displays information about a specific feature.
1126
/Get-FeatureInfo /FeatureName:
[/PackagePath:] [/PackageName:]

Displays information about a specific feature. Use /Get-Features to find the
name of the feature in the image. Feature names are case-sensitive.
/PackageName and /PackagePath can be used to find a specific feature in a
package.

Examples:
DISM.exe /Image:C:\test\offline /Get-FeatureInfo /FeatureName:XPS-Viewer

DISM.exe /Image:C:\test\offline /Get-FeatureInfo /FeatureName:Feature
/PackagePath:C:\packages\package.cab


/Get-FeatureInfo /FeatureName:
[/PackagePath:] [/PackageName:]

Displays information about a specific feature. Use /Get-Features to find the
name of the feature in the image. Feature names are case-sensitive.
/PackageName and /PackagePath can be used to find a specific feature in a
package.

Examples:
DISM.exe /Image:C:\test\offline /Get-FeatureInfo /FeatureName:XPS-Viewer

DISM.exe /Image:C:\test\offline /Get-FeatureInfo /FeatureName:Feature
/PackagePath:C:\packages\package.cab

1127Cleanup-Image Cleanup-Image
1128Performs cleanup and recovery operations on the
image.
Performs cleanup and recovery operations on the
image.
1129
/Cleanup-Image /RevertPendingActions

WARNING! You should use the /RevertPendingActions option only in a
system-recovery scenario to perform recovery operations on a Windows image
that did not boot.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /RevertPendingActions

/Cleanup-Image /spsuperseded [/hidesp]
Use /SPSuperseded to remove any backup files created during the installation
of a service pack. Use /HideSP to prevent the service pack from being listed
in the Installed Updates for the operating system.

WARNING! The service pack cannot be uninstalled after the /SPSuperseded
operation is completed.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /spsuperseded /hidesp

/Cleanup-Image {/CheckHealth | /ScanHealth | /RestoreHealth}
Use /CheckHealth to check whether the image has been flagged as corrupted
by a failed process and whether the corruption can be repaired.
Use /ScanHealth to scan the image for component store corruption.
Use /RestoreHealth to scan the image for component store corruption, and
then perform repair operations automatically.
Use /Source with /RestoreHealth to specify the location of known good
versions of files that can be used for the repair. For more information on
specifying a source location, see
http://go.microsoft.com/fwlink/?LinkId=243077.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.

Example:
DISM.exe /Online /Cleanup-Image /ScanHealth

DISM.exe /Image:c:\offline /Cleanup-Image /RestoreHealth
/Source:c:\test\mount

/Cleanup-Image /StartComponentCleanup [/ResetBase [/Defer]]
Use /StartComponentCleanup to clean up the superseded components and reduce
the size of the component store. Use /ResetBase to reset the base of
superseded components, which can further reduce the component store size.
Use /Defer with /ResetBase to defer long-running cleanup operations to the
next automatic maintenance.

WARNING! The installed Windows Updates cannot be uninstalled after the
/StartComponentCleanup with /ResetBase operation is completed.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /StartComponentCleanup

/Cleanup-Image /AnalyzeComponentStore
Use /AnalyzeComponentStore to create a report of the WinSxS component store.
For more information about the WinSxS report and how to use the information
provided in the report, see
http://go.microsoft.com/fwlink/?LinkId=293367.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /AnalyzeComponentStore


/Cleanup-Image /RevertPendingActions

WARNING! You should use the /RevertPendingActions option only in a
system-recovery scenario to perform recovery operations on a Windows image
that did not boot.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /RevertPendingActions

/Cleanup-Image /spsuperseded [/hidesp]
Use /SPSuperseded to remove any backup files created during the installation
of a service pack. Use /HideSP to prevent the service pack from being listed
in the Installed Updates for the operating system.

WARNING! The service pack cannot be uninstalled after the /SPSuperseded
operation is completed.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /spsuperseded /hidesp

/Cleanup-Image {/CheckHealth | /ScanHealth | /RestoreHealth}
Use /CheckHealth to check whether the image has been flagged as corrupted
by a failed process and whether the corruption can be repaired.
Use /ScanHealth to scan the image for component store corruption.
Use /RestoreHealth to scan the image for component store corruption, and
then perform repair operations automatically.
Use /Source with /RestoreHealth to specify the location of known good
versions of files that can be used for the repair. For more information on
specifying a source location, see
http://go.microsoft.com/fwlink/?LinkId=243077.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.

Example:
DISM.exe /Online /Cleanup-Image /ScanHealth

DISM.exe /Image:c:\offline /Cleanup-Image /RestoreHealth
/Source:c:\test\mount

/Cleanup-Image /StartComponentCleanup [/ResetBase [/Defer]]
Use /StartComponentCleanup to clean up the superseded components and reduce
the size of the component store. Use /ResetBase to reset the base of
superseded components, which can further reduce the component store size.
Use /Defer with /ResetBase to defer long-running cleanup operations to the
next automatic maintenance.

WARNING! The installed Windows Updates cannot be uninstalled after the
/StartComponentCleanup with /ResetBase operation is completed.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /StartComponentCleanup

/Cleanup-Image /AnalyzeComponentStore
Use /AnalyzeComponentStore to create a report of the WinSxS component store.
For more information about the WinSxS report and how to use the information
provided in the report, see
http://go.microsoft.com/fwlink/?LinkId=293367.

Example:
DISM.exe /Image:C:\test\offline /Cleanup-Image /AnalyzeComponentStore

1130Get-Capabilities Get-Capabilities
1131Get capabilities in the image. Get capabilities in the image.
1132
/Get-Capabilities [/Source:] [/LimitAccess]

Get capabilities in the image.

Use the /Source argument to specify the location of the files needed to
get the capabilities. Multiple /Source arguments can be used.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.

Example:
DISM.exe /Online /Get-Capabilities


/Get-Capabilities [/Source:] [/LimitAccess]

Get capabilities in the image.

Use the /Source argument to specify the location of the files needed to
get the capabilities. Multiple /Source arguments can be used.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.

Example:
DISM.exe /Online /Get-Capabilities

1133Get-CapabilityInfo Get-CapabilityInfo
1134Get information of a capability in the image. Get information of a capability in the image.
1135
/Get-CapabilityInfo /CapabilityName:

Get information of a capability in the image.

Example:
DISM.exe /Online /Get-CapabilityInfo
/CapabilityName:Language.Basic~~~en-US~0.0.1.0


/Get-CapabilityInfo /CapabilityName:

Get information of a capability in the image.

Example:
DISM.exe /Online /Get-CapabilityInfo
/CapabilityName:Language.Basic~~~en-US~0.0.1.0

1136Add-Capability Add-Capability
1137Add a capability to one image. Add a capability to one image.
1138
/Add-Capability /CapabilityName: [/Source:] [/LimitAccess]

Add a capability to one image.

Use the /Source argument to specify the location of the files needed to
add the capability. Multiple /Source arguments can be used.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.

Example:
DISM.exe /Online /Add-Capability
/CapabilityName:Language.Basic~~~en-US~0.0.1.0


/Add-Capability /CapabilityName: [/Source:] [/LimitAccess]

Add a capability to one image.

Use the /Source argument to specify the location of the files needed to
add the capability. Multiple /Source arguments can be used.
Use /LimitAccess to prevent DISM from contacting WU/WSUS.

Example:
DISM.exe /Online /Add-Capability
/CapabilityName:Language.Basic~~~en-US~0.0.1.0

1139Remove-Capability Remove-Capability
1140Remove a capability from one image. Remove a capability from one image.
1141
/Remove-Capability /CapabilityName:

Remove a capability from one image.

Example:
DISM.exe /Online /Remove-Capability
/CapabilityName:Language.Basic~~~en-US~0.0.1.0


/Remove-Capability /CapabilityName:

Remove a capability from one image.

Example:
DISM.exe /Online /Remove-Capability
/CapabilityName:Language.Basic~~~en-US~0.0.1.0

0x00002710The package %1 is already installed. The package %1 is already installed.
0x0000271AThe package %1 is not present in the image. The package %1 is not present in the image.
0x00002724No packages were found that require processing. No packages were found that require processing.
0x0000272EThe package was not added because the specified Windows image or package has pending online actions.For more information about the /PreventPending option, refer to the help. The package was not added because the specified Windows image or package has pending online actions.For more information about the /PreventPending option, refer to the help.
0x00004E20The %1 option is not recognized in this context. For more information, refer to the help. The %1 option is not recognized in this context. For more information, refer to the help.
0x00004E2AThe %1 option must appear on the command-line before the arguments for that option.For more information, refer to the help for the %1 option. The %1 option must appear on the command-line before the arguments for that option.For more information, refer to the help for the %1 option.
0x00004E34The %1 option is missing an argument.For more information, refer to the help. The %1 option is missing an argument.For more information, refer to the help.
0x00004E3EThe %1 option is not recognized in this context.For more information, refer to the help. The %1 option is not recognized in this context.For more information, refer to the help.
0x00004E48The %1 option is not valid with this command.For more information, refer to the help. The %1 option is not valid with this command.For more information, refer to the help.
0x00004E4DThe %1 option does not take an argument.Re-enter the command without the argument. The %1 option does not take an argument.Re-enter the command without the argument.
0x00004E52When using this command, do not specify both the /PackagePath and /PackageName options. Re-enter the command, specifying only one of these options. When using this command, do not specify both the /PackagePath and /PackageName options. Re-enter the command, specifying only one of these options.
0x00004E5CThis command requires that either the /PackagePath or /PackageName options be specified.Re-enter the command, specifying one of these options. This command requires that either the /PackagePath or /PackageName options be specified.Re-enter the command, specifying one of these options.
0x00004E66This command requires that the /FeatureName option be specified.Re-enter the command, specifying the /FeatureName option. This command requires that the /FeatureName option be specified.Re-enter the command, specifying the /FeatureName option.
0x00004E67Only one package can be specified on the command-line for %1.Re-enter the command, specifying only one package. Only one package can be specified on the command-line for %1.Re-enter the command, specifying only one package.
0x00004E70An error occurred while processing %1. The specified path was not found. Ensure that the argument is valid and that the path exists. An error occurred while processing %1. The specified path was not found. Ensure that the argument is valid and that the path exists.
0x00004E7ANo packages were specified on the command-line.Re-enter the command, specifying a package. No packages were specified on the command-line.Re-enter the command, specifying a package.
0x00004E84An error occurred while processing the packages specified on the command-line.For more information, review the log file. An error occurred while processing the packages specified on the command-line.For more information, review the log file.
0x00004E8EAn error occurred while trying to get the name of a specified package.For more information, review the log file. An error occurred while trying to get the name of a specified package.For more information, review the log file.
0x00004E98An error occurred while trying to get the state of a specified package.For more information, review the log file. An error occurred while trying to get the state of a specified package.For more information, review the log file.
0x00004EA2An error occurred while processing %1. The install state is unknown or invalid. For more information, review the log file. An error occurred while processing %1. The install state is unknown or invalid. For more information, review the log file.
0x00004EACNo Windows features were specified on the command line.Use the /Get-Features option to find the name of the feature in the image and try the command again. No Windows features were specified on the command line.Use the /Get-Features option to find the name of the feature in the image and try the command again.
0x00004EB6An error occurred while trying to open the Windows Foundation Package as the default package. For more information, review the log file. An error occurred while trying to open the Windows Foundation Package as the default package. For more information, review the log file.
0x00004EC0The specified package is not applicable to this image. The specified package is not applicable to this image.
0x00004EC1The package %1!s! will be ignored, as it is not applicable to this image. The package %1!s! will be ignored, as it is not applicable to this image.
0x00004ECACannot specify update package (.msu) files with this command. Cannot specify update package (.msu) files with this command.
0x00004ED4An error occurred creating a folder within the temporary directory.Ensure that the temporary directory exists and that you have Read/Write permissions. An error occurred creating a folder within the temporary directory.Ensure that the temporary directory exists and that you have Read/Write permissions.
0x00004EDEAn error occurred while expanding the .msu package into the temporary folder, %1!s!. An error occurred while expanding the .msu package into the temporary folder, %1!s!.
0x00004EE8An error occurred applying the Unattend.xml file from the .msu package.For more information, review the log file. An error occurred applying the Unattend.xml file from the .msu package.For more information, review the log file.
0x00004EF2Unable to find the Unattend.xml file in the expanded .msu package. Unable to find the Unattend.xml file in the expanded .msu package.
0x00004EFCThe .msu package contains features that cannot be installed using DISM.exe. The .msu package contains features that cannot be installed using DISM.exe.
0x00004F06DISM does not support servicing .msu packages with the /Online option. DISM does not support servicing .msu packages with the /Online option.
0x00004F10The operation cannot be completed because Windows is currently performing another servicing operation. Wait a few minutes and try running the command again. The operation cannot be completed because Windows is currently performing another servicing operation. Wait a few minutes and try running the command again.
0x00004F1AThe operation is complete but %1 feature was not enabled. The operation is complete but %1 feature was not enabled.
0x00004F1BA required parent feature may not be enabled. You can use the /enable-feature /all option to automatically enable each parent feature from the following list. If the parent feature(s) are already enabled, refer to the log file for further diagnostics. A required parent feature may not be enabled. You can use the /enable-feature /all option to automatically enable each parent feature from the following list. If the parent feature(s) are already enabled, refer to the log file for further diagnostics.
0x00004F1CThis feature cannot be enabled in the current image because the parent feature(s) are not installed. If you need this feature, try changing the image to a higher edition of Windows. This feature cannot be enabled in the current image because the parent feature(s) are not installed. If you need this feature, try changing the image to a higher edition of Windows.
0x00004F24The specified package cannot be added to an offline image.Add this package to a running operating system using the /Online option. The specified package cannot be added to an offline image.Add this package to a running operating system using the /Online option.
0x00004F2EThis operation is only supported against an offline image. This operation is only supported against an offline image.
0x00004F38An error occurred reverting the pending actions from the image.For more information, review the log file. An error occurred reverting the pending actions from the image.For more information, review the log file.
0x00004F42The 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.
0x00004F4CAn error occurred trying to open - %1 Error: 0x%2!x! An error occurred trying to open - %1 Error: 0x%2!x!
0x00004F60Processing %1!d! of %2!d! - %0 Processing %1!d! of %2!d! - %0
0x00004F6AAn error occurred - %1 Error: 0x%2!x! An error occurred - %1 Error: 0x%2!x!
0x00004F74Feature name %1 is unknown. Feature name %1 is unknown.
0x00004F7EA Windows feature name was not recognized.Use the /Get-Features option to find the name of the feature in the image and try the command again. A Windows feature name was not recognized.Use the /Get-Features option to find the name of the feature in the image and try the command again.
0x00004F88Multiple package paths cannot be specified with this command. For more information, refer to the help. Multiple package paths cannot be specified with this command. For more information, refer to the help.
0x00004F92Multiple feature arguments cannot be specified with this command. For more information, refer to the help. Multiple feature arguments cannot be specified with this command. For more information, refer to the help.
0x00004F9CThe 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.
0x00004FA6The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again.
0x00004FB0The specified package cannot be added to this Windows Image due to a version mismatch. Update the Windows image and try the operation again. The specified package cannot be added to this Windows Image due to a version mismatch. Update the Windows image and try the operation again.
0x00004FBAThe specified package is not valid Windows package. The specified package is not valid Windows package.
0x00004FC4This image already has a Windows edition installed. There cannot be more than one installed Windows edition in an image. This image already has a Windows edition installed. There cannot be more than one installed Windows edition in an image.
0x00004FCE%1: %2 Error: 0x%3!x! %1: %2 Error: 0x%3!x!
0x00004FD8Access denied to %1!s!. The specified package is not a type that can be modified. Access denied to %1!s!. The specified package is not a type that can be modified.
0x00004FE2The scratch directory size might be insufficient to perform this operation. This can cause unexpected behavior. Use the /ScratchDir option to point to a folder with sufficient scratch space. The recommended size is at least %1!d! MB. The scratch directory size might be insufficient to perform this operation. This can cause unexpected behavior. Use the /ScratchDir option to point to a folder with sufficient scratch space. The recommended size is at least %1!d! MB.
0x00004FE3The package path is not valid. Specify a path to either a CAB file or a folder containing an expanded CAB file and try the command again. The package path is not valid. Specify a path to either a CAB file or a folder containing an expanded CAB file and try the command again.
0x00004FECTo service a Windows image from this host environment, you must install hotfix KB960037 on this computer. The hotfix is available on the Windows OPK and Windows AIK media in the \\HotFix folder. To service a Windows image from this host environment, you must install hotfix KB960037 on this computer. The hotfix is available on the Windows OPK and Windows AIK media in the \\HotFix folder.
0xC0004FF6The /RevertPendingActions option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image for system recovery only. The /RevertPendingActions option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image for system recovery only.
0xC0005000The source files could not be found. Use the \"Source\" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. The source files could not be found. Use the \"Source\" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
0xC000500AThe source files could not be downloaded. Use the \"source\" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. The source files could not be downloaded. Use the \"source\" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
0xC0005014The /ScanHealth option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image. The /ScanHealth option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image.
0xC000501EThe /RestoreHealth option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image. The /RestoreHealth option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image.
0xC0005028The /CheckHealth option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image. The /CheckHealth option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system image.
0xC0005032The operation could not be completed due to pending operations. The operation could not be completed due to pending operations.
0xC000503CPermanent package cannot be uninstalled. Permanent package cannot be uninstalled.
0xC000503DThis command requires that the /Name option be specified.Re-enter the command, specifying the /Name option. This command requires that the /Name option be specified.Re-enter the command, specifying the /Name option.
0xC000503ETo check the applicable Windows capabilities, internet connectivity is required.To show the installed Windows capabilities, specify the /LimitAccess option. To check the applicable Windows capabilities, internet connectivity is required.To show the installed Windows capabilities, specify the /LimitAccess option.
0xC000753AMultiple cleanup arguments cannot be specified with this command. For more information, refer to the help. Multiple cleanup arguments cannot be specified with this command. For more information, refer to the help.
0xC0007544Could not enumerate Service Pack on machine. For more information, refer to the help. Could not enumerate Service Pack on machine. For more information, refer to the help.
0xC000754ECould not identify the current edittion of the Windows image. Could not identify the current edittion of the Windows image.
0xC0007558The /spsuperseded option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system. The /spsuperseded option cannot be used on a Windows PE target image.The operation must be used on a full Windows operating system.

EXIF

File Name:CbsProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_en-us_82169b65a15a8192\
File Size:46 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:47104
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 Package Provider
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:CbsProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:CbsProvider.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 CbsProvider.dll.mui?

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

File version info

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