????

Your IP : 3.16.164.14


Current Path : C:/Windows/SysWOW64/Dism/en-US/
Upload File :
Current File : C:/Windows/SysWOW64/Dism/en-US/AppxProvider.dll.mui

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$��<߱�R���R���R�U�����R�U�P���R�Rich��R�PEL�!X

���@ 0U8.rdata�@@.rsrc` V@@8i��
T888i��$��8.rdata8x.rdata$zzzdbg .rsrc$01"`S.rsrc$02 �"�M!�6S�.��Q����cG~�[8i����0�H���������?��E��F�G(�@�X�	p	�	�	�	�	�	�	��!���"��d$B��$2��%j,�HR,�tZ��pq��MUI�����U�������I(!Y�����&�j`h� ���MUIen-USAppxProviderJGetting the list of app packages (.appx or .appxbundle) in this image...

DisplayName : %1
"Version : %1!d!.%2!d!.%3!d!.%4!d!
Architecture : %1
ResourceId : %1
PackageName : %1
Regions : %1

ImageTopLevelHelpPAAppxCommandsHInformation on the available app package (.appx or .appxbundle) commands
APPX SERVICING COMMANDS:
Get-ProvisionedAppxPackagesPA�Displays information about app packages 
                            (.appx or .appxbundle) in an image that are 
                            set to install for each new user.�
/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

Add-ProvisionedAppxPackage}Adds app packages (.appx or .appxbundle) to the
                            image and sets them to install for each new user.�
/Add-ProvisionedAppxPackage /FolderPath:<AppX_folder_path> [/SkipLicense] 
  [/CustomDataPath:<custom data path>] 
/Add-ProvisionedAppxPackage /PackagePath:<main_package_path> 
  [/DependencyPackagePath:<dependency_package_path>] 
  [/OptionalPackagePath:<optional_package_path>] 
  {[/LicensePath:<license_file_path>] | [/SkipLicense]} 
  [/CustomDataPath:<custom data path>]
  [/Region:<regions>]
  [/StubPackageOption:<InstallFull | InstallStub> 


  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. 

  Use /Region when you want the package to be provisioned only in specific regions. 
  Specify the /Region 'all' if the package should be provisioned in all regions 
  To specify specific regions, please see https: 
 
 
 
 
 
 
 
 
 
 
 


    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 

      DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage 
       /PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle 
       /SkipLicense /Region: 
all

      DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage 
       /PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle 
       /SkipLicense /Region:US\ /StubPackageOption:InstallFull 


      DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage 
       /PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle 
       /SkipLicense /Region:US;CN;JP\ /StubPackageOption:InstallStub 


Remove-ProvisionedAppxPackage�Removes app packages (.appx or .appxbundle)
                            from the image. App packages will not be installed 
                            when new user accounts are created.i
/Remove-ProvisionedAppxPackage /PackageName:<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 

Set-ProvisionedAppxDataFile�Places custom data into the specified app 
                            package (.appx or .appxbundle). The specified  
                            application package must already be in the image.�
/Set-ProvisionedAppxDataFile /CustomDataPath:<custom data path> 
  /PackageName:<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 

 Optimize-ProvisionedAppxPackageswOptimizes provisioned appx footprint by 
                            hard-linking identical files across appx packages.-
/Optimize-ProvisionedAppxPackages 

  Optimizes the total file size of provisioned packages on the image by replacing  
  identical files with hardlinks. 
  This command is not supported against an online image.

    Example:
      DISM.exe /Image:C:\test\offline /Optimize-ProvisionedAppxPackages 

Set-NonRemovableAppPolicy]Sets enterprise nonremovable policy for 
                            a given package family. PA�
/Set-NonRemovableAppPolicy /PackageFamily:<PackageFamilyName> /NonRemovable:<0|1> 

  Sets a policy which prevents users from removing app packages that belong to a 
  given package family. Using a NonRemovable argument of 1 makes the package family 
  nonremovable; an argument of 0 removes the policy. 

    Example:
      DISM.exe /Online /Add-AppxUninstallBlocklistEntry 
        /PackageFamily:microsoft.appx.app1_ac4zc6fex2xjp 
        /NonRemovable:1 

Get-NonRemovableAppPolicykLists the package families configured 
                            to be nonremovable by enterprise policy.�
/Get-NonRemovableAppPolicy 

  Lists the package families that cannot be removed due to Enterprise nonremovable 
  policy. Packages from families on the list cannot be removed unless the 
  policy is unset. 

  This command does not list packages that are nonremovable because they are part 
  of the OS, or packages for which removal is restricted by other policies. 

    Example:
      DISM.exe /Online /Get-AppxUninstallBlocklist 

XW�W�|W�W��W�W�W�	W�	W�W��W�W�@$AppxProvider

pApp 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.

You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help.

�This operation is not supported on the current host operating system.

For more information, see the help.

`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.

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.

�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.

TAnother 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.

�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.

�The package does not meet the requirement for provisioning to the target image.  For more information, see the help.

�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.

�This operation is not supported while other users are logged on to the computer.

�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 https://go.microsoft.com/fwlink/?LinkID=231020.

0The 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 https://go.microsoft.com/fwlink/?LinkID=246281.

One or more of the specified regions are invalid. If specifying a list of regions, be sure to separate each region with a semicolon.

�The specified install stub preference is not valid. The preference must be InstallFull or InstallStub.

�The specified package is not a bundle containing a stub package. A stub package is required when the InstallStub option is specfied, or the package family's stub preference is configured to install a stub package. 

�4VS_VERSION_INFO��
|O
|O?StringFileInfo�040904B0LCompanyNameMicrosoft Corporationl"FileDescriptionDISM App Package (.appx) Providerh$FileVersion10.0.20348.1 (WinBuild.160101.0800)BInternalNameAppxProvider.dll�.LegalCopyright� Microsoft Corporation. All rights reserved.ROriginalFilenameAppxProvider.dll.muij%ProductNameMicrosoft� Windows� Operating System>
ProductVersion10.0.20348.1DVarFileInfo$Translation	�PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDING