File name: | AppxProvider.dll.mui |
Size: | 11776 byte |
MD5: | 1c248bb42c35a61883dbfa46369012b3 |
SHA1: | f926f91f0080cb547da4cd05db75182a12d71721 |
SHA256: | 9484035769f305de58bce861f6ff4d69e163261012a6a6f13a7b3e45d422a49f |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Chinese (Simplified) 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 | Chinese (Simplified) | English |
---|---|---|
100 | AppxProvider | AppxProvider |
101 | 正在获取此映像中应用包(.appx 或 .appxbundle)的列表... |
Getting the list of app packages (.appx or .appxbundle) in this image... |
102 | 显示名称 : %1 |
DisplayName : %1 |
103 | 版本 : %1!d!.%2!d!.%3!d!.%4!d! |
Version : %1!d!.%2!d!.%3!d!.%4!d! |
104 | 体系结构: %1 |
Architecture : %1 |
105 | 资源 ID : %1 |
ResourceId : %1 |
106 | 程序包名称 : %1 |
PackageName : %1 |
1001 | ImageTopLevelHelp | ImageTopLevelHelp |
1100 | AppxCommands | AppxCommands |
1101 | 有关可用的应用包(.appx 或 .appxbundle)命令的信息 | Information on the available app package (.appx or .appxbundle) commands |
1102 | APPX 服务命令: |
APPX SERVICING COMMANDS: |
1103 | Get-ProvisionedAppxPackages | Get-ProvisionedAppxPackages |
1104 | 显示有关映像中设置为对每个新用户进行 安装的应用包 (.appx 或 .appxbundle)的信息。 |
Displays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. |
1105 | /Get-ProvisionedAppxPackages 显示有关映像中设置为对每个新用户进行安装的 应用包(.appx 或 .appxbundle)的信息。 示例: 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 | 将应用包(.appx 或 .appxbundle)添加到映像 并将其设置为对每个新用户进行安装。 |
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:] 将一个或多个程序包添加到映像中。 使用 /FolderPath 指定包含 主要应用包(.appx)、任何依赖程序包以及许可文件的 解包程序包文件夹,或使用 /PackagePath 指定 .appx 或 .appxbundle 文件。在线预配业务线 应用时可以使用 /PackagePath。 如果程序包具有体系结构特定的依赖项,则必须 在目标映像上安装适用该依赖项的所有 体系结构。例如,在 x64 目标映像上包括指向 x86 和 x64 这两种依赖程序包的路径。使用 /FolderPath 选项时,也可以 在 AppX_folder_path 中包括这两种程序包。 使用 /CustomDataPath 指定应用程序的 OEM 自定义数据。 使用 /LicensePath 和 /PackagePath 选项指定包含应用程序许可证的 .xml 文件的位置。 仅对不需要在 启用旁加载的计算机上使用许可证的应用使用 /SkipLicense。在其他情况下,使用 /SkipLicense 可能 会损坏映像。 示例: 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 | 从映像中删除应用包(.appx 或 .appxbundle)。 创建新的用户帐户时,将 不安装这些应用包。 |
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: 从映像中删除应用包(.appx 或 .appxbundle)。创建新的用户帐户时, 将不会安装应用包。 示例: 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 | 将自定义数据放入指定的应用包 (.appx 或 .appxbundle)。 指定的应用程序包必须已在映像中。 |
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: 使用 /CustomDataPath 为应用包(.appx 或 .appxbundle) 指定自定义数据。 使用 /PackageName 指定要修改的应用包(.appx 或 .appxbundle) 的程序包全名。 示例: 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 | 用户登录到脱机映像之后,不能在该映像上对应用包(.appx)提供服务。请放弃更改并再次尝试。有关详细信息,请参阅帮助。 | 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 | 你已超过可以预配的自定义应用包(.appx)的数量限制。有关详细信息,请参阅“帮助”。 | You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help. |
0xC1570101 | 在当前主机操作系统上不支持此操作。有关详细信息,请参阅帮助。 | This operation is not supported on the current host operating system.For more information, see the help. |
0xC1570102 | 未找到适用于该平台的主程序包。该目录必须包含具有 .main 文件扩展名的相应程序包。有关详细信息,请参阅帮助。 | 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 | 在指定路径中未找到许可证文件。该许可证文件必须与 .main 文件一起位于由 /FolderPath 选项所指定的目录中。如果许可证文件不是必需的,则可使用 /SkipLicense 选项。有关详细信息,请参阅帮助。 | 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 | 未指定许可证文件路径。在安装应用包(.appx)时,必须指定许可证文件。如果许可证文件不是必需的,则可使用 /SkipLicense 选项。有关详细信息,请参阅帮助。 | 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 | 正在应用包(.appx)上进行另一个操作。请等待当前操作完成,然后重试该命令。有关详细信息,请参阅帮助。 | 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 | 该程序包与目标映像的体系结构不兼容。AMD64 和 ARM/ARM64 程序包必须安装在具有相同体系结构的 Windows 映像上。有关详细信息,请参阅帮助。 | 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 | 该程序包不满足预配到目标映像的要求。有关详细信息,请参阅帮助。 | The package does not meet the requirement for provisioning to the target image. For more information, see the help. |
0xC1570109 | 找到多个属于同一体系结构的主程序包。在该目录中最多只能包含一个属于某个体系结构的主程序包。有关详细信息,请参阅帮助。 | 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 | 其他用户登录到计算机时不支持该操作。 | This operation is not supported while other users are logged on to the computer. |
0xC1570113 | 若要使用 /SkipLicense 选项添加应用包(.appx),你必须在允许使用旁加载的 Windows 版本上启用 AllowAllTrustedApps 策略设置。有关详细信息,请访问 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 | 此版本的 Windows 中不支持 PackagePath 参数,无法提供脱机服务。请使用 FolderPath 参数将解包程序包文件的文件夹添加到此会话的脱机映像中。有关详细信息,请访问 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: | DISM 应用包(.appx)提供商 |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | AppxProvider.dll |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | AppxProvider.dll.mui |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x804, 1200 |