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
0 comments No comments
{count} votes

Accepted answer
  1. Wesley Li-MSFT 4,571 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

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.