Install WSL manually with 0x80073CF3 error

cardcounter 20 Reputation points
2023-05-16T04:13:14.64+00:00

I am trying to install WSL (Debian) with this manual: https://learn.microsoft.com/en-us/windows/wsl/install-on-server, with my MS store disabled. However, I get error 0x80073CF3



===================
PS C:\USERS\Yerong\Downloads\Ubuntu> Add-AppxPackage  .\DistroLauncher-Appx_1.12.2.0_scale-400.appx 

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation 

. 

Windows cannot install resource package TheDebianProject.DebianGNULinux_76v4gfsz19hv4 because the app package it requir 

es could not be found. Ensure that the app package is installed before installing the resource package 

NOTE: For additional information, look for [ActivityId] e872d39e-8723-0001-41fd-72e82387d901 in the Event Log or use th 

e command line Get-AppPackageLog -ActivityID e872d39e-8723-0001-41fd-72e82387d901 

At line:1 char:1 

+ Add-AppxPackage  .\DistroLauncher-Appx_1.12.2.0_scale-400.appx 

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

    + CategoryInfo          : WriteError: (C:\USERS\Yerong..._scale-400.appx:String) [Add-AppxPackage], IOException 

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Windows for business | Windows Server | User experience | PowerShell

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Wesley Li-MSFT 4,651 Reputation points Microsoft External Staff
2023-05-17T07:41:52.3+00:00

Hello

Thank you for posting in our Q&A forum

You can try to confirm that you have a developer license by running the following command in powershell: Get-WindowsDeveloperLicense

https://stackoverflow.com/questions/37550663/add-appxpackage-deployment-failed-with-hresult-0x80073cf3-package-failed-upd

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Oldest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more