From bd6ec27339afb9dc97d7eb89f16eda994764479a Mon Sep 17 00:00:00 2001
From: MCDeltaT <68516357+MustardChef@users.noreply.github.com>
Date: Thu, 6 Jul 2023 09:48:30 +0100
Subject: [PATCH] Create Fix Error 0x80073CFB.md
Co-Authored-By: WellCodeIsDelicious <82241815+WellCodeIsDelicious@users.noreply.github.com>
---
Fixes/Fix Error 0x80073CFB.md | 44 +++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 Fixes/Fix Error 0x80073CFB.md
diff --git a/Fixes/Fix Error 0x80073CFB.md b/Fixes/Fix Error 0x80073CFB.md
new file mode 100644
index 0000000..2ac8b07
--- /dev/null
+++ b/Fixes/Fix Error 0x80073CFB.md
@@ -0,0 +1,44 @@
+# WSABuilds
+
+---
+## Issue: Error 0x80073CFB when "Run.bat" is executed to install Windows Subystem for Android (WSA)
+### Preface:
+##### This issue can arise due to the fact that "the provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details."
+
+
+![imageCFB](https://github.com/MustardChef/WSABuilds/assets/68516357/7e78c472-2b61-49d5-a01f-814cf20e1458)
+
+
+---
+## Solution
+
+**1. Go to ``%localappdata/packages``, and make sure that the folder ``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe`` is deleted. (If it does not exist, move on to Step **2**.)**
+
+
+
+**2. Open Powershell (as Admin) and run the following command:**
+
+```powershell
+Get-AppxPackage -Name "MicrosoftCorporationII.WindowsSubsystemForAndroid" -AllUsers | Remove-AppxPackage -AllUsers
+```
+
+
+**3. Delete all folders related to WSA (expect the .zip files for WSA Builds), which include folders extracted for WSA installation.**
+
+
+
+**4. Rextract and re-run ``Run.bat``**
+
+
+
+***The issue should now be fixed***
+
+---
+
+
+
+**Hope this works for you!**
+
+Join the Discord if you have any other questions or need help!
+
+[](https://discord.gg/2thee7zzHZ)
\ No newline at end of file