AppxProvider.dll.mui DISM 앱 패키지(.appx) 공급자 5fd124c0ef80c4d8b414899c9b102086

File info

File name: AppxProvider.dll.mui
Size: 13312 byte
MD5: 5fd124c0ef80c4d8b414899c9b102086
SHA1: 347652f96dcd87d7d895ce7c946565326160923f
SHA256: 4463b1afd80e75ccc1323714f7c9edac089a75b7ed4ea3ea4fcee485b7648bf0
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Korean 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 Korean 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:]

이미지에 패키지를 하나 이상 추가합니다.

주 앱 패키지(.appx) 하나, 임의의 종속성 패키지가 포함된
압축되지 않은 패키지 파일의 폴더 및 라이선스 파일을 지정하려면 /FolderPath를 사용하고,
.appx 또는 .appxbundle 파일을 지정하려면 /PackagePath를 사용합니다. 온라인으로
/PackagePath LOB(기간 업무) 앱을 프로비전하는 경우 /PackagePath를 사용할 수 있습니다.

아키텍처와 관련된 종속성이 패키지에 있는 경우 종속성에
적용할 수 있는 모든 아키텍처를 대상 이미지에 설치해야
합니다. 예를 들어 x64 대상 이미지에는 x86 및 x64 종속성 패키지 둘 다의 경로를 포함합니다.
/FolderPath 옵션을 사용하는 경우에는 두 경로를
include 모두 AppX_folder_path에 포함할 수도 있습니다.
응용 프로그램의 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)를 제거합니다. 새 사용자 계정을 만들어도 앱 패키지(.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_ko-kr_a04125d7ac81ba18\
File Size:13 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:12800
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:Korean
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_ko-kr_44228a53f42448e2\

What is AppxProvider.dll.mui?

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