CompatProvider.dll.mui Proveedor compacto de DISM 2fd8de646f4002abc4f4d6024ba10f97

File info

File name: CompatProvider.dll.mui
Size: 13824 byte
MD5: 2fd8de646f4002abc4f4d6024ba10f97
SHA1: 95e94170221bfd120554c5a8aea08e54928d47b8
SHA256: b6754e97ae819789d455499062d6bbe88e365d8df553f00e178e92b9e8c21f49
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Spanish (Modern) 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 Spanish (Modern) English
1000DownlevelTopLevelHelp DownlevelTopLevelHelp
1101DownlevelCommands DownlevelCommands
1102Información sobre los comandos de nivel inferior disponibles Information on the available downlevel commands
1103Los siguientes comandos pueden usarse para atender la imagen especificada.
The following commands may be used to service the specified image.
1104
Para obtener más información acerca de estos comandos de servicio y sus
argumentos, especifique un comando inmediatamente antes de /?.

Ejemplos:
DISM.exe /Image:C:\test\offline /Apply-Unattend /?
DISM.exe /Image:C:\test\offline /Add-Package /?



For more information about these servicing commands and their arguments,
specify a command immediately before /?.

Examples:
DISM.exe /Image:C:\test\offline /Apply-Unattend /?
DISM.exe /Image:C:\test\offline /Add-Package /?


1105Apply-Unattend Apply-Unattend
1106Aplica un archivo desatendido a una imagen. Applies an unattend file to an image.
1107
/Apply-Unattend:

Aplica un archivo unattend.xml a la imagen sin conexión.

Ejemplo:
DISM.exe /Image:C:\test\offline /Apply-Unattend:C:\unattend.xml


/Apply-Unattend:

Applies an unattend.xml file to the offline image.

Example:
DISM.exe /Image:C:\test\offline /Apply-Unattend:C:\unattend.xml

1108Disable-Feature Disable-Feature
1109Deshabilita una característica específica en la imagen. Disables a specific feature in the image.
1110
/Disable-Feature /FeatureName: [/PackageName:]

Deshabilita la característica especificada en la imagen. Si no se especifica
el nombre del paquete, se supone que es el paquete Windows Foundation.

Ejemplos:
DISM.exe /Image:C:\test\offline /Disable-Feature /FeatureName:Hearts

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


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

Disables the specified feature in the image. If the package name is not
specified, the Windows Foundation package is assumed.

Examples:
DISM.exe /Image:C:\test\offline /Disable-Feature /FeatureName:Hearts

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

1111Enable-Feature Enable-Feature
1112Habilita una característica específica en la imagen Enables a specific feature in the image.
1113
/Enable-Feature /FeatureName:
[/PackageName:]

Habilita la característica especificada en la imagen. Si no se especifica
el nombre del paquete, se supone que es el paquete de Windows Foundation.

Ejemplos:
DISM.exe /Image:C:\test\offline /Enable-Feature /FeatureName:Hearts

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


/Enable-Feature /FeatureName: [/PackageName:]

Enables the specified feature in the image. If the package name is not
specified, the Windows Foundation package is assumed.

Examples:
DISM.exe /Image:C:\test\offline /Enable-Feature /FeatureName:Hearts

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

1114Remove-Package Remove-Package
1115Quita los paquetes de la imagen. Removes packages from the image.
1116
/Remove-Package {/PackagePath: |
/PackageName:}

Desinstala los paquetes especificados a menos que existan acciones
pendientes sin procesar en línea. Si las acciones en línea están pendientes,
los recursos permanecen en la imagen y el estado del paquete se establece
en Desinstalación solicitada. Debe arrancar la imagen para procesar las
acciones pendientes antes de poder quitar el paquete.

Ejemplos:
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:}

Uninstalls the specified package(s) 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.

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

1117Add-Package Add-Package
1118Agrega paquetes a la imagen. Adds packages to the image.
1119
/Add-Package /PackagePath:

Instala un paquete .cab especificado en la imagen. Se pueden agregar
varios paquetes en una línea de comandos.
/PackagePath puede señalar a un archivo .cab o a una carpeta.

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

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


/Add-Package /PackagePath:

Installs a specified .cab package in the image. Multiple packages can be
added on one command line.
/PackagePath can point to either a .cab file or a folder.

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

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

0x1CompatProvider CompatProvider
0xC15503E8La opción %1 no se reconoce en este contexto.Consulte la ayuda para obtener más información. The %1 option is not recognized in this context.For more information, refer to the help.
0xC15503F2La opción %1 debe aparecer en la línea de comandos antes de sus argumentos.Para obtener más información, vea la ayuda de la opción %1. 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.
0xC15503FCFalta un argumento en la opción %1.Consulte la ayuda para obtener más información. The %1 option is missing an argument.For more information, refer to the help.
0xC1550410La opción %1 no es válida con este comando.Consulte la ayuda para obtener más información. The %1 option is not valid with this command.For more information, refer to the help.
0xC155041ALa opción %1 no puede tener argumentos.Escriba el comando de nuevo sin el argumento. The %1 option does not take an argument.Re-enter the command without the argument.
0xC1550424Al usar este comando, no especifique las opciones /PackagePath y /PackageName a la vez. Escriba el comando de nuevo y especifique solo una de estas opciones. When using this command, do not specify both the /PackagePath and /PackageName options. Re-enter the command, specifying only one of these options.
0xC155042EEn este comando se debe especificar la opción /PackagePath o /PackageName.Escriba el comando de nuevo y especifique una de estas opciones. This command requires that either the /PackagePath or /PackageName options be specified.Re-enter the command, specifying one of these options.
0xC1550438En este comando se debe especificar la opción /FeatureName.Escriba el comando de nuevo y especifique la opción /FeatureName. This command requires that the /FeatureName option be specified.Re-enter the command, specifying the /FeatureName option.
0xC1550442Error al procesar %1. No se encontró la ruta de acceso especificada. Asegúrese de que el argumento es válido y de que la ruta de acceso existe. An error occurred while processing %1. The specified path was not found. Ensure that the argument is valid and that the path exists.
0xC1550443Error al procesar el comando.Para obtener más información, revise los archivos de registro. An error occurred while processing the command.For more information, review the log files.
0xC1550444El comando especificado no se conoce o no se admite cuando se ejecuta DISM.exe con una imagen de destino.Para obtener más información, vea la documentación de Ayuda disponible en el Kit de instalación automatizada de Windows (AIK de Windows) o el Kit de preinstalación OEM de Windows (OPK). The command specified is unknown or not supported when running DISM.exe against this target image. For more information, see the Help documentation available in the Windows Automated Installation Kit (Windows-AIK) or the Windows OEM Preinstallation Kit (OPK).
0xC15507D0Solo se puede especificar un paquete en la línea de comandos para la opción %1.Escriba el comando de nuevo y especifique solo un paquete para la opción %1. Only one package can be specified on the command-line for the %1 option.Re-enter the command specifying only one package for the %1 option.
0xC15507DANo se pueden especificar varias rutas de acceso de paquetes con este comando. Consulte la ayuda para obtener más información. Multiple package paths cannot be specified with this command. For more information, refer to the help.
0xC15507E4No se pueden especificar varios argumentos de características con este comando. Consulte la ayuda para obtener más información. Multiple feature arguments cannot be specified with this command. For more information, refer to the help.
0xC15507EENo se admite la ejecución de esta operación desde un entorno de host de Windows-In-Windows de 64 bits (WOW64) y se pueden producir problemas inesperados.Intente realizar la operación desde un entorno de host de 32 bits o desde un entorno de host que coincida con la arquitectura de la imagen que está atendiendo. Performing this operation from a Windows-In-Windows 64-bit (WOW64) host environment is not supported and may cause unexpected problems.Try the operation from a 32-bit host environment or from a host environment that matches the architecture of the image you are servicing.

EXIF

File Name:CompatProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_es-es_81e1f849a1817337\
File Size:14 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:13312
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:Spanish (Modern)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Proveedor compacto de DISM
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:CompatProvider.dll
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original File Name:CompatProvider.dll.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\es-es\
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_es-es_25c35cc5e9240201\

What is CompatProvider.dll.mui?

CompatProvider.dll.mui is Multilingual User Interface resource file that contain Spanish (Modern) language for file CompatProvider.dll (Proveedor compacto de DISM).

File version info

File Description:Proveedor compacto de DISM
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:CompatProvider.dll
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original Filename:CompatProvider.dll.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0xC0A, 1200