File name: | AppxProvider.dll.mui |
Size: | 18432 byte |
MD5: | 0d7a7441df51c8edb929992aed968aa7 |
SHA1: | 3444390266c835772b0a1ffbd70d76a2b635fd39 |
SHA256: | d84630c263aa0222f4937d13f26239937d81d4dbd9d0309174999b64e4e1c8b4 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Portuguese (Brazilian) 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 | Portuguese (Brazilian) | English |
---|---|---|
100 | ProvedordeAppx | AppxProvider |
101 | Obtendo a lista de pacotes de aplicativos (.appx ou .appxbundle) nesta imagem... |
Getting the list of app packages (.appx or .appxbundle) in this image... |
102 | NomeparaExibição: %1 |
DisplayName : %1 |
103 | Versão: %1!d!.%2!d!.%3!d!.%4!d! |
Version : %1!d!.%2!d!.%3!d!.%4!d! |
104 | Arquitetura: %1 |
Architecture : %1 |
105 | IDdoRecurso: %1 |
ResourceId : %1 |
106 | NomedoPacote: %1 |
PackageName : %1 |
1001 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | AppxCommands | AppxCommands |
1101 | Informações sobre os comandos de pacotes de aplicativos (.appx ou .appxbundle) disponíveis | Information on the available app package (.appx or .appxbundle) commands |
1102 | COMANDOS DO SERVIÇO APPX: |
APPX SERVICING COMMANDS: |
1103 | Get-ProvisionedAppxPackages | Get-ProvisionedAppxPackages |
1104 | Exibe informações sobre pacotes de aplicativos (.appx ou .appxbundle) em uma imagem que são definidos para serem instalados para cada novo usuário. |
Displays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. |
1105 | /Get-ProvisionedAppxPackages Exibe informações sobre pacotes de aplicativos (.appx ou .appxbundle) em uma imagem que estão definidos para instalação em cada novo usuário. Exemplo: 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 | Adiciona pacotes de aplicativos (.appx ou .appxbundle) à imagem e os define para serem instalados para cada novo usuário. |
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:] Adiciona um ou mais pacotes à imagem. Use /FolderPath para especificar uma pasta de arquivos de pacotes não empacotados contendo um pacote do aplicativo principal (.appx), os pacotes de dependência e o arquivo de licença, ou use /PackagePath para especificar um arquivo .appx ou .appxbundle. Você pode usar /PackagePath ao provisionar um aplicativo de linha de negócios online. Se o pacote tiver dependências que sejam específicas da arquitetura, você deverá instalar todas as arquiteturas aplicáveis da dependência na imagem de destino. Por exemplo, em uma imagem de destino x64, inclua um caminho para os pacotes de dependência x86 e x64. Ao usar a opção /FolderPath, você também pode inclui-los no AppX_folder_path. Use /CustomDataPath para especificar os dados personalizados OEM do aplicativo. Use /LicensePath com a opção /PackagePath para especificar a localização do arquivo .xml contendo a licença do aplicativo. Use somente /SkipLicense com os aplicativos que não exijam uma licença em um computador habilitado para sideload. Usar /SkipLicense em outros cenários poder comprometer uma imagem. Exemplos: 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 | Remove pacotes de aplicativos (.appx ou .appxbundle) da imagem. Os pacotes de aplicativos não serão instalados quando novas contas de usuário forem criadas. |
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: Remove pacotes de aplicativo (.appx ou .appxbundle) da imagem. Os pacotes de aplicativo não serão instalados quando novas contas de usuário forem criadas. Exemplo: 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 dados personalizados no pacote de aplicativos especificado (.appx ou .appxbundle). O pacote de aplicativos especificado já deve estar na imagem. |
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 os dados personalizados para o pacote de aplicativo (.appx ou .appxbundle). Use /PackageName para especificar o Nome Completo do Pacote do pacote de aplicativo (.appx ou .appxbundle) a ser modificado. Exemplo: 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 | A manutenção de pacotes de aplicativos (.appx) não pode ser feita em uma imagem offline após o usuário efetuar logon na imagem. Descarte as alterações e tente novamente. Para obter mais informações, consulte a Ajuda. | 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 | Você excedeu o limite do número de pacotes de aplicativos personalizados (.appx) que pode provisionar. Para obter mais informações, consulte a Ajuda. | You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help. |
0xC1570101 | Esta operação não tem suporte no sistema operacional do host atual.Para obter mais informações, consulte a Ajuda. | This operation is not supported on the current host operating system.For more information, see the help. |
0xC1570102 | Não foi encontrado um pacote principal que se aplique a esta plataforma.O diretório deve conter um pacote aplicável com extensão de arquivo .main. Para obter mais informações, consulte a Ajuda. | 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 | O arquivo de licença não foi localizado no caminho especificado.O arquivo de licença deve estar localizado com o arquivo .main no diretório especificado pela opção /FolderPath. Se o arquivo de licença não for necessário, use a opção /SkipLicense. Para obter mais informações, consulte a Ajuda. | 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 | O caminho do arquivo de licença não foi especificado.O arquivo de licença deve ser especificado ao instalar pacotes de aplicativos (.appx). Se o arquivo de licença não for necessário, use a opção /SkipLicense. Para obter mais informações, consulte a Ajuda. | 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 | Outra operação em pacotes de aplicativos (.appx) está em andamento.Aguarde a conclusão da operação atual e repita o comando. Para obter mais informações, consulte a Ajuda. | 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 | O pacote não é compatível com a arquitetura da imagem de destino.Pacotes AMD64 e ARM/ARM64 devem ser instalados em uma imagem do Windows que tenha a mesma arquitetura. Para obter mais informações, consulte a Ajuda. | 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 | O pacote não atende ao requisito de provisionamento para a imagem de destino. Para obter mais informações, consulte a Ajuda. | The package does not meet the requirement for provisioning to the target image. For more information, see the help. |
0xC1570109 | Mais de um pacote principal pertencente à mesma arquitetura foi encontrado.No máximo, um pacote principal pertencente a uma arquitetura deve estar presente no diretório. Para obter mais informações, consulte a Ajuda. | 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 | Não há suporte para esta operação quando outros usuários estão conectados ao computador. | This operation is not supported while other users are logged on to the computer. |
0xC1570113 | Para adicionar um pacote de aplicativos (.appx) usando a opção /SkipLicense, habilite a configuração de política AllowAllTrustedApps em uma edição do Windows que permita carregamento lateral. Para saber mais, consulte 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 | Esta edição do Windows de instalação offline não dá suporte para o parâmetro PackagePath. Use o parâmetro FolderPath para adicionar uma pasta de arquivos de pacotes não empacotados à imagem offline desta sessão. Para obter mais informações, 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: | Provedor de Pacotes de Aplicativos (.appx) DISM |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | AppxProvider.dll |
Legal Copyright: | © Microsoft Corporation. Todos os direitos reservados. |
Original Filename: | AppxProvider.dll.mui |
Product Name: | Sistema Operacional Microsoft® Windows® |
Product Version: | 10.0.15063.0 |
Translation: | 0x416, 1200 |