File name: | AppxProvider.dll.mui |
Size: | 18944 byte |
MD5: | 02bd78ffa19b4310a664c5b0a8a4372b |
SHA1: | 6ff114832d21aeae3833a066c984ca6ccc26396c |
SHA256: | aebf56692329d783f466f9665089c05568a13b2b57c00f4b23317519393f513e |
Operating systems: | Windows 10 |
Extension: | MUI |
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 |
---|---|---|
100 | AppxProvider | AppxProvider |
101 | Obteniendo 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... |
102 | Nombre para mostrar: %1 |
DisplayName : %1 |
103 | Versión : %1!d!.%2!d!.%3!d!.%4!d! |
Version : %1!d!.%2!d!.%3!d!.%4!d! |
104 | Arquitectura: %1 |
Architecture : %1 |
105 | Id. de recurso: %1 |
ResourceId : %1 |
106 | Nombre de paquete: %1 |
PackageName : %1 |
1001 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | AppxCommands | AppxCommands |
1101 | Informació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: |
1103 | Get-ProvisionedAppxPackages | Get-ProvisionedAppxPackages |
1104 | Muestra 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 |
1106 | Add-ProvisionedAppxPackage | Add-ProvisionedAppxPackage |
1107 | Agrega 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 |
1109 | Remove-ProvisionedAppxPackage | Remove-ProvisionedAppxPackage |
1110 | Quita 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 |
1112 | Set-ProvisionedAppxDataFile | Set-ProvisionedAppxDataFile |
1113 | Coloca 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 |
0x81570105 | No 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. |
0x81570110 | Ha 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. |
0xC1570101 | Operació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. |
0xC1570102 | No 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. |
0xC1570103 | No 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. |
0xC1570104 | No 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. |
0xC1570106 | Hay 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. |
0xC1570107 | El 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. |
0xC1570108 | El 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. |
0xC1570109 | Se 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. |
0xC1570111 | Esta 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. |
0xC1570113 | Para 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. |
0xC1570114 | El 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. |
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 |