# WSABuilds       --- ## Issue:
Error 0x80073B17 when "Run.bat" is executed to install Windows Subystem for Android (WSA) ### Preface: ##### This issue is caused/ associated with the Language Resource creation step which has moved from being processed within the Linux Bash script to a Windows PowerShell script ``MakePri.ps1/MakePri.exe``. Hence this may be caused by ``MakePri.ps1`` failing to run, and the reason for your installation failure is that the content of ``resources.pri`` is incorrect. ---

Main Solution:

#### This issue should have been fix as of the latest builds on the WSABuild release (2302.40000.8.0) and [this commit](https://github.com/LSPosed/MagiskOnWSALocal/commit/975bdcf4d82ef6fbca53ad5b7ea20380fcd94fdd) for [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal/) #### Make sure that you delete the extracted WSA folder and download the latest build from [Releases](https://github.com/MustardChef/WSABuilds/releases). Or make sure to reclone the [MagiskOnWSALocal Repo](https://github.com/LSPosed/MagiskOnWSALocal/) and rebuild. If the issue still persists, report this in [the GitHub Issues of this repo](https://github.com/MustardChef/WSABuilds/issues) or to the [Github Issues of the MagiskOnWSALocal Repo](https://github.com/LSPosed/MagiskOnWSALocal/issues)

Temporary Solution 1 (if the above permanent fixes do not work):

--- ### If you don't need localization and only English for WSA Settings you can follow the steps below 1. You'll will need to delete the folder for this failed installation and regenerate it (rebuild and reextract) 2. Delete ``resources.pri`` before running the install script, ``Run.bat or Install.ps1`` 3. Delete it form filelist.txt to skip the check ---

Temporary Solution 2 (if the above permanent fixes do not work):

--- ### If you do need localization and language other than English for WSA Settings you can follow the steps below: ### Get the latest build with Language resources already merged and follow the normal [installtion process](https://github.com/MustardChef/WSABuilds#--installation): [![](https://img.shields.io/badge/Windows%20Subsystem%20For%20Android%3A%202301.40000.7.0-Download%20x64-blueviolet?style=for-the-badge&logo=windows11)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2301.40000.7.0) [![](https://img.shields.io/badge/Windows%20Subsystem%20For%20Android%3A%202301.40000.7.0-Download%20arm64-800040?style=for-the-badge&logo=windows11)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2301.40000.7.0_arm64) [![](https://img.shields.io/badge/Windows%20Subsystem%20For%20Android%3A%202301.40000.7.0-Download%20x64%20-9cf?style=for-the-badge&logo=windows)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_2301.40000.7.0) ---