AppxProvider.dll.mui DISM アプリ パッケージ (.appx) プロバイダー 0717d3207874866ee82db250b27a4edf

File info

File name: AppxProvider.dll.mui
Size: 13824 byte
MD5: 0717d3207874866ee82db250b27a4edf
SHA1: 53fa267f38b83138ea86a41ede920baaaad2b50b
SHA256: b3739e3f9fd99ee42560fd5baf330fd4436e022ee8ce1d7e43e762ee8459bbf7
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Japanese 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 Japanese English
100AppxProvider 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

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:]

イメージに 1 つ以上のパッケージを追加します。

/FolderPath はメイン アプリ パッケージ (.appx)、依存関係パッケージ、および
ライセンス ファイルを含むパックされていないパッケージ ファイルのフォルダーを
指定し、/PackagePath は .appx または .appxbundle ファイルを指定します。
基幹業務アプリのオンライン プロビジョニングには /PackagePath を使用できます。

パッケージにアーキテクチャに固有の依存関係がある場合は、ターゲット
イメージの依存関係に適用可能なすべてのアーキテクチャをインストールする必要が
あります。たとえば、x64 ターゲット イメージでは、x86 と x64 の両方の依存関係
パッケージへのパスを含めます。/FolderPath オプションを使用する場合は、それら
両方を に含めることもできます。
アプリケーションの OEM カスタム データを指定するには、/CustomDataPath を使用
します。アプリケーション ライセンスを含む .xml ファイルの場所を指定するには、
/LicensePath を /PackagePath オプションと共に使用します。

/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:
アプリ パッケージ (.appx または .appxbundle) の OEM カスタム データを指定
するには、/CustomDataPath を使用します。
変更するアプリ パッケージ (.appx または .appxbundle) の完全な名前を指定する
には、/PackageName を使用します。

例:
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指定されたパスにライセンス ファイルが見つかりませんでした。ライセンス ファイルは、/FolderPath オプションで指定されたディレクトリに .main ファイルと共に配置する必要があります。ライセンス ファイルが不要な場合は、/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同じアーキテクチャに属するメイン パッケージが複数見つかりました。1 つのアーキテクチャに属するメイン パッケージは、ディレクトリに 1 つのみにする必要があります。詳細については、ヘルプを参照してください。 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.
0xC1570114PackagePath パラメーターは、このエディションの Windows のオフライン処理でサポートされていません。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_ja-jp_fcd74922ba10f302\
File Size:14 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:13312
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:Japanese
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_ja-jp_a0b8ad9f01b381cc\

What is AppxProvider.dll.mui?

AppxProvider.dll.mui is Multilingual User Interface resource file that contain Japanese 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:0x411, 1200