Windows 11 Andriod installing WSA powerShell 0x80073CF3 Error

Abdul Bais Stanikzay 21 Reputation points
2021-11-05T14:44:49.327+00:00

when i type bellow command in Windows PowerShell for Installing android subsystem this error message

PS E:\Windows 11 Android\WsaPackage> cd "E:\Windows 11 Android\WsaPackage"
PS E:\Windows 11 Android\WsaPackage> Add-AppxPackage -Register .\AppxManifest.xml
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with
name "Microsoft.UI.Xaml.2.6" currently installed are
Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_x64__8wekyb3d8bbwe
because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6"
published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64
processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with
name "Microsoft.UI.Xaml.2.6" currently installed are: {}
NOTE: For additional information, look for [ActivityId] da5a9b87-d18e-0000-eabb-63da8ed1d701 in the Event Log or use
the command line Get-AppPackageLog -ActivityID da5a9b87-d18e-0000-eabb-63da8ed1d701
At line:1 char:1

  • Add-AppxPackage -Register .\AppxManifest.xml
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • CategoryInfo : WriteError: (E:\Windows 11 A...ppxManifest.xml:String) [Add-AppxPackage], IOException
  • FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,274 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Mohamad Hoseini 96 Reputation points
    2022-02-11T15:44:27.31+00:00

    Hi
    I have had this problem for about 2 weeks then i found a solution
    I downloaded the windows subsystem for android "Msixbundle" file from store.rg-adguard.net little did i know as the program was updated windows needed "Microsoft.UI.Xaml.2.6" and in some cases (not mine) "Microsoft.VCLibs.140.00.UWPDesktop" for the new versions to install them
    so after spending a lot of time found out i should install the ".Appx" file of Microsoft.UI.Xaml.2.6 which i found in the website right above the subsystem file i downloaded.
    seeing your error I'm guessing we have the same problem

    so if that's your case you'll need to :
    1 - go to store.rg-adguard.net
    2 - either paste the Microsoft store link of the subsystem or change "URL" to "productid" and use (9P3395VX91NR)
    3 - change "RP" to "Slow" and hit the check button

    if you did all the above steps right you'll see a list of apps and subsystem will be at the end with .Msixbundle format.
    To install Microsoft.UI.Xaml.2.6 you should download the right version for your system (x64 or x86 or arm … ) that ends in .Appx format and then install it by double clicking the downloaded file and clicking install.

    After that you should be able to install the subsystem via Add-AppxPackage in PowerShell without any errors

    that's it ! hope it helps

    19 people found this answer helpful.

  2. Nico Joy 1 Reputation point
    2021-11-10T13:29:13.377+00:00

    Try update your framework on microsoft store..

    1. Open Microsoft Store
    2. Go to Library on bottom menu
    3. CLick Get Updates
    4. Then wait, after that click Update ALL
    5. wait untill all app updated, after complete, try reinstall ur WSA
    0 comments No comments

  3. B.C.Nethmika Gomaz 1 Reputation point
    2022-07-03T02:47:59.497+00:00

    it's not working.

    0 comments No comments