AppxProvider.dll.mui DISM 應用程式套件 (.appx) 提供者 8353cb71f72d804e49f5fd9b75881311

File info

File name: AppxProvider.dll.mui
Size: 11776 byte
MD5: 8353cb71f72d804e49f5fd9b75881311
SHA1: 1eb2ce182ce15c90fa34ff4f1cec8b9c72d14687
SHA256: c198fd937d993b4f3563f2e8052e5029fc24dfb43c6ed365a1ad00c68edd54c3
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) 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 (Traditional) English
100AppxProvider AppxProvider
101正在取得此映像中的應用程式套件 (.appx 或 .appxbundle) 清單...

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

102DisplayName : %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
105ResourceId : %1
ResourceId : %1
106PackageName : %1

PackageName : %1

1001ImageTopLevelHelp ImageTopLevelHelp
1100AppxCommands AppxCommands
1101可用應用程式套件 (.appx 或 .appxbundle) 命令的相關資訊 Information on the available app package (.appx or .appxbundle) commands
1102
APPX 服務命令:

APPX SERVICING COMMANDS:
1103Get-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

1106Add-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

1109Remove-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

1112Set-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.

EXIF

File Name:AppxProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..ders-appx.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_3189a8afe15daa24\
File Size:12 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:11264
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:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:DISM 應用程式套件 (.appx) 提供者
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:AppxProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:AppxProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..ders-appx.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_d56b0d2c290038ee\

What is AppxProvider.dll.mui?

AppxProvider.dll.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file AppxProvider.dll (DISM 應用程式套件 (.appx) 提供者).

File version info

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:0x404, 1200