AppxProvider.dll.mui Proveedor de paquetes de la aplicación (.appx) DISM 02bd78ffa19b4310a664c5b0a8a4372b

File info

File name: AppxProvider.dll.mui
Size: 18944 byte
MD5: 02bd78ffa19b4310a664c5b0a8a4372b
SHA1: 6ff114832d21aeae3833a066c984ca6ccc26396c
SHA256: aebf56692329d783f466f9665089c05568a13b2b57c00f4b23317519393f513e
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
100AppxProvider AppxProvider
101Obteniendo la lista de paquetes de la aplicación (.appx o .appxbundle) en esta imagen...

Getting the list of app packages (.appx or .appxbundle) in this image...

102Nombre para mostrar: %1
DisplayName : %1
103Versión : %1!d!.%2!d!.%3!d!.%4!d!
Version : %1!d!.%2!d!.%3!d!.%4!d!
104Arquitectura: %1
Architecture : %1
105Id. de recurso: %1
ResourceId : %1
106Nombre de paquete: %1

PackageName : %1

1001ImageTopLevelHelp ImageTopLevelHelp
1100AppxCommands AppxCommands
1101Información sobre los comandos de paquete de la aplicación (.appx o .appxbundle) disponibles Information on the available app package (.appx or .appxbundle) commands
1102
COMANDOS DE SERVICIOS DE APPX:

APPX SERVICING COMMANDS:
1103Get-ProvisionedAppxPackages Get-ProvisionedAppxPackages
1104Muestra información sobre los paquetes de aplicación
(.appx o .appxbundle) de una imagen que están
configurados para instalarse por cada nuevo usuario.
Displays information about app packages
(.appx or .appxbundle) in an image that are
set to install for each new user.
1105
/Get-ProvisionedAppxPackages

Muestra información sobre los paquetes de la aplicación (.appx o .appxbundle)
en una imagen que están configurados para instalarse para cada nuevo usuario.

Ejemplo:
DISM.exe /Image:C:\test\offline /Get-ProvisionedAppxPackages


/Get-ProvisionedAppxPackages

Displays information about app packages (.appx or .appxbundle) in an
image that are set to install for each new user.

Example:
DISM.exe /Image:C:\test\offline /Get-ProvisionedAppxPackages

1106Add-ProvisionedAppxPackage Add-ProvisionedAppxPackage
1107Agrega paquetes de aplicación (.appx o .appxbundle) a la imagen y los configura para que
se instalen por cada nuevo usuario.
Adds app packages (.appx or .appxbundle) to the
image and sets them to install for each new user.
1108
/Add-ProvisionedAppxPackage /FolderPath: [/SkipLicense]
[/CustomDataPath:]
/Add-ProvisionedAppxPackage /PackagePath:
[/DependencyPackagePath:]
[/OptionalPackagePath:]
{[/LicensePath:] | [/SkipLicense]}
[/CustomDataPath:]

Agrega uno o varios paquetes a la imagen..

Usa /FolderPath para especificar una carpeta de archivos de paquete sin empaquetar que contenga
un paquete de aplicación principal (.appx), cualquier
paquete de dependencias y el archivo de licencia,
o usa /PackagePath para especificar un archivo .appx o .appxbundle. Puede usar
/PackagePath al aprovisionar una aplicación de línea de negocio en línea.

Si el paquete tiene dependencias específicas de la arquitectura,
debes instalar todas las arquitecturas aplicables para la dependencia en la imagen de
de destino. Por ejemplo, en una imagen de destino x64, incluya una ruta a los paquetes de dependencias de x86
y x64. Cuando uses la opción /FolderPath, también puedes incluirlos
en la ruta_carpeta_AppX.
Usa /CustomDataPath para especificar los datos personalizados del OEM para la aplicación.
Usa /LicensePath con la opción /PackagePath para especificar la ubicación del
archivo
.xml que contiene la licencia de la aplicación.

Usa /SkipLicense solo con aplicaciones que no requieran una licencia en un
equipo habilitado para instalaciones de prueba. Si usas /SkipLicense en otros
escenarios, podría poner en peligro una imagen.

Ejemplos:
DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage
/FolderPath:c:\Test\Apps\MyUnpackedApp
/CustomDataPath:c:\Test\Apps\Custom.dat

DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage
/PackagePath:C:\Test\Apps\MyPackedApp\MainPackage.appxbundle
/OptionalPackagePath:C:\Test\Apps\MyPackedApp\OptionalPackage.appxbundle
/DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x86.appx
/DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x64.appx
/LicensePath:c:\Test\Apps\MyPackedAppLicense.xml

DISM.exe /Online /Add-ProvisionedAppxPackage
/FolderPath:c:\Test\Apps\MyUnpackedApp
/SkipLicense

DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage
/PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle
/SkipLicense


/Add-ProvisionedAppxPackage /FolderPath: [/SkipLicense]
[/CustomDataPath:]
/Add-ProvisionedAppxPackage /PackagePath:
[/DependencyPackagePath:]
[/OptionalPackagePath:]
{[/LicensePath:] | [/SkipLicense]}
[/CustomDataPath:]

Adds one or more packages to the image.

Use /FolderPath to specify a folder of unpacked package files containing
a main app package (.appx), any dependency packages, and the license file,
or use /PackagePath to specify an .appx or .appxbundle file. You can use
/PackagePath when provisioning a line-of-business app online.

If the package has dependencies that are architecture-specific, you must
install all of the applicable architectures for the dependency on the target
image. For example, on an x64 target image, include a path to both the x86
and x64 dependency packages. When using the /FolderPath option you can also
include them both in the AppX_folder_path.
Use /CustomDataPath to specify the OEM custom data for the application.
Use /LicensePath with the /PackagePath option to specify the location of the
.xml file containing your application license.

Only use /SkipLicense with apps that do not require a license on a
sideloading-enabled computer. Using /SkipLicense in other
scenarios can compromise an image.

Examples:
DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage
/FolderPath:c:\Test\Apps\MyUnpackedApp
/CustomDataPath:c:\Test\Apps\Custom.dat

DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage
/PackagePath:C:\Test\Apps\MyPackedApp\MainPackage.appxbundle
/OptionalPackagePath:C:\Test\Apps\MyPackedApp\OptionalPackage.appxbundle
/DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x86.appx
/DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x64.appx
/LicensePath:c:\Test\Apps\MyPackedAppLicense.xml

DISM.exe /Online /Add-ProvisionedAppxPackage
/FolderPath:c:\Test\Apps\MyUnpackedApp
/SkipLicense

DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage
/PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle
/SkipLicense

1109Remove-ProvisionedAppxPackage Remove-ProvisionedAppxPackage
1110Quita paquetes de aplicación (.appx o .appxbundle)
de la imagen. Los paquetes de aplicación no se instalarán
cuando se creen nuevas cuentas de usuario.
Removes app packages (.appx or .appxbundle)
from the image. App packages will not be installed
when new user accounts are created.
1111
/Remove-ProvisionedAppxPackage /PackageName:

Quita los paquetes de la aplicación (.appx o .appxbundle) de la imagen. Los
paquetes de la aplicación no se instalarán cuando se creen las cuentas de
usuarios nuevos.

Ejemplo:
DISM.exe /Image:C:\test\offline /Remove-ProvisionedAppxPackage
/PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp


/Remove-ProvisionedAppxPackage /PackageName:

Removes app packages (.appx or .appxbundle) from the image. App packages
will not be installed when new user accounts are created.

Example:
DISM.exe /Image:C:\test\offline /Remove-ProvisionedAppxPackage
/PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp

1112Set-ProvisionedAppxDataFile Set-ProvisionedAppxDataFile
1113Coloca los datos personalizados en el paquete de aplicación
especificado (.appx o .appxbundle).El paquete
de aplicación especificado ya debe estar en la imagen.
Places custom data into the specified app
package (.appx or .appxbundle). The specified
application package must already be in the image.
1114
/Set-ProvisionedAppxDataFile /CustomDataPath:
/PackageName:
Use /CustomDataPath para especificar los datos personalizados de la
aplicación del paquete (.appx o .appxbundle).
Use /PackageName para especificar el nombre completo del paquete de la
aplicación (.appx o .appxbundle) que vaya a modificar.

Ejemplo:
DISM.exe /Image:C:\test\offline /Set-ProvisionedAppxDataFile
/CustomDataPath:c:\Test\Apps\Custom.dat
/PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp


/Set-ProvisionedAppxDataFile /CustomDataPath:
/PackageName:
Use /CustomDataPath to specify the custom data for the app package (.appx
or .appxbundle).
Use /PackageName to specify the Package Full Name of the app package
(.appx or .appxbundle) to modify.

Example:
DISM.exe /Image:C:\test\offline /Set-ProvisionedAppxDataFile
/CustomDataPath:c:\Test\Apps\Custom.dat
/PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp

0x81570105No se pueden atender los paquetes de la aplicación (.appx) en una imagen sin conexión después de que un usuario haya iniciado sesión en la imagen.Descarte los cambios e inténtelo de nuevo. Para obtener más información, consulte la Ayuda. App packages (.appx) cannot be serviced on an offline image after a user has logged into the image. Please discard the changes and try again. For more information, see the help.
0x81570110Ha excedido el límite de paquetes (.appx) de la aplicación personalizados que puede aprovisionar. Para obtener más información, consulte la Ayuda. You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help.
0xC1570101Operación no admitida en el sistema operativo host actual.Para obtener más información, consulte la Ayuda. This operation is not supported on the current host operating system.For more information, see the help.
0xC1570102No se encontró ningún paquete principal aplicable para esta plataforma.El directorio debe contener un paquete aplicable con una extensión de archivo .main. Para obtener más información, consulte la Ayuda. No applicable main package was found for this platform.The directory must contain an applicable package with a .main file extension. For more information, see the help.
0xC1570103No se encontró el archivo de licencia en la ruta de acceso especificada.El archivo de licencia debe encontrarse con el archivo .main en el directorio especificado por la opción /FolderPath. Si no necesita ningún archivo de licencia, use la opción /SkipLicense. Para obtener más información, consulte la Ayuda. The license file was not found in the specified path.The license file must be located with the .main file in the directory specified by the /FolderPath option. If a license file is not required, use the /SkipLicense option. For more information, see the help.
0xC1570104No se especificó ninguna ruta de acceso del archivo de licencia.Debe especificarse un archivo de licencia cuando se instalan paquetes de la aplicación (.appx). Si no necesita ningún archivo de licencia, use la opción /SkipLicense. Para obtener información, consulte la Ayuda. A license file path was not specified.A license file must be specified when installing app packages (.appx). If a license file is not required, use the /SkipLicense option. For more information, see the help.
0xC1570106Hay otra operación de paquetes de la aplicación (.appx) en curso.Espere a que se complete la operación actual y vuelva a intentar el comando. Para obtener más información, consulte la Ayuda. Another operation on app packages (.appx) is in progress.Wait for the current operation to complete and then retry the command. For more information, see the help.
0xC1570107El paquete no es compatible con la arquitectura de la imagen de destino.Los paquetes ARM y AMD64 deben estar instalados en una imagen de Windows que tenga la misma arquitectura. Para obtener más información, consulte la Ayuda. The package is not compatible with the architecture of the target image.AMD64 and ARM/ARM64 packages must be installed on a Windows image that has the same architecture. For more information, see the Help.
0xC1570108El paquete no cumple los requisitos para aprovisionar la imagen de destino. Para obtener más información, consulte la Ayuda. The package does not meet the requirement for provisioning to the target image. For more information, see the help.
0xC1570109Se encontró más de un paquete principal que pertenece a la misma arquitectura.El directorio debe contener como máximo un paquete principal que pertenezca a una arquitectura. Para obtener más información, consulte la Ayuda. More than one main packages belonging to the same architecture were found.At most one main package belonging to one architecture should be present in the directory. For more information, see the Help.
0xC1570111Esta operación no es posible mientras haya otros usuarios conectados en el equipo. This operation is not supported while other users are logged on to the computer.
0xC1570113Para agregar un paquete de la aplicación (.appx) con la opción /SkipLicense, debe habilitar la configuración de directiva AllowAllTrustedApps en una edición de Windows que permita la instalación de prueba. Para obtener más información, vea http://go.microsoft.com/fwlink/?LinkID=231020. To add an app package (.appx) by using the /SkipLicense option, you must enable the AllowAllTrustedApps policy setting on a Windows edition that allows sideloading. For more information, see http://go.microsoft.com/fwlink/?LinkID=231020.
0xC1570114El parámetro PackagePath no se admite en esta edición de Windows para el servicio sin conexión. Use el parámetro FolderPath para agregar una carpeta de archivos de paquete sin empaquetar a la imagen sin conexión de esta sesión. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=246281. The PackagePath parameter is not supported in this edition of Windows for offline servicing. Use the FolderPath parameter to add a folder of unpacked package files to the offline image in this session. For more information, see http://go.microsoft.com/fwlink/?LinkID=246281.

EXIF

File Name:AppxProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..ders-appx.resources_31bf3856ad364e35_10.0.15063.0_es-es_cdd25dcffcf1e547\
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:18432
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 de paquetes de la aplicación (.appx) DISM
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:AppxProvider.dll
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original File Name:AppxProvider.dll.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..ders-appx.resources_31bf3856ad364e35_10.0.15063.0_es-es_71b3c24c44947411\

What is AppxProvider.dll.mui?

AppxProvider.dll.mui is Multilingual User Interface resource file that contain Spanish (Modern) language for file AppxProvider.dll (Proveedor de paquetes de la aplicación (.appx) DISM).

File version info

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