WSABuilds/Fixes/Fix Error 0x80073CF6.md
2023-03-18 15:32:38 +00:00

2.2 KiB

WSABuilds      


Issue:
Error 0x80073CF6 when "Run.bat" is executed to install Windows Subystem for Android (WSA)

Preface:

This issue can arise due to many factors that is preventing the app from being registered. Although there is no definite solution, we can try these steps to try to fix the problem

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered
In E:\WSA\Install.ps1:102 Character:1
+ Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion

   + CategoryInfo          : WriteError: (E:\WSA\AppxManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


Solution 1: Previous installation is blocking installation

1. Ensure the partition/drive you are installing from is NTFS

2. Redownload WSA Build .zip (sometime the files can be corrupted during download and extraction)

3. Delete all folders containing "WindowsSubsystemForAndroid" in the following directories/paths:


  • C:\ProgramData\Microsoft\Windows\AppRepository

  • C:\ProgramData\Microsoft\Windows\WindowsApps

  • %localappdata\ProgramData\Packages


4. Restart your Computer


Hope this works for you!


Solution 2: Firewall is blocking installation

Windows Firewall

1. Ensure that Windows Firewall is on and is working with "Recommended Settings" being enabled

2. Ensure that Windows Firewall service is running. If not, enable it.

3. Restart your PC

Other Firewalls

1. Ensure that your Firewall is on and is working with "Recommended Settings" being enabled

2. Ensure that your Firewall is not blocking or preventing new entries

3. Restart your PC


Hope this works for you!

Have futher question or need help?

Join the Discord if you have any other questions or need help!