WSAGAScript icon indicating copy to clipboard operation
WSAGAScript copied to clipboard

Add-AppxPackage fails with result 0x80073CFD (minimum OS version not met) on Win10 21H1 (19043)

Open Janni9009 opened this issue 3 years ago • 14 comments

Full error (ignore the brackets around the pluses, Github insists to use markdown otherwise): Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.8.32836.0_x64__8wekyb3d8bbwe because this package is not compatible with the device. The package requires OS version 10.0.22000.120 or higher on the Windows.Desktop device family. The device is currently running OS version 10.0.19043.1466. NOTE: For additional information, look for [ActivityId] cc8b8277-0866-000f-b98a-8ccc6608d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID cc8b8277-0866-000f-b98a-8ccc6608d801 At line:1 char:1 (+) Add-AppxPackage -Register "H:\WSA\MicrosoftCorporationII.WindowsSubsy ... (+) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (+) CategoryInfo : NotSpecified: (H:\WSA\Microsof...ppxManifest.xml:String) [Add-AppxPackage], Exception (+) FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Janni9009 avatar Jan 13 '22 11:01 Janni9009

Clearly you don't have the correct version of Windows. This isn't an issue with WSAGAScript.

hydranix avatar Jan 16 '22 11:01 hydranix

If that's the case the readme needs an update then. To quote "You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11" from snippet https://github.com/WSA-Community/WSAGAScript/blob/main/README.md#q--a-for-wsl-installation If this is meant as "WSL2 runs under 10 but WSA runs only under 11" that is nowhere clarified.

Janni9009 avatar Jan 16 '22 18:01 Janni9009

@Janni9009 WSA is only for Windows 11. That is a known fact.

1ycx avatar Jan 28 '22 02:01 1ycx

Full error (ignore the brackets around the pluses, Github insists to use markdown otherwise): Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.8.32836.0_x64__8wekyb3d8bbwe because this package is not compatible with the device. The package requires OS version 10.0.22000.120 or higher on the Windows.Desktop device family. The device is currently running OS version 10.0.19043.1466. NOTE: For additional information, look for [ActivityId] cc8b8277-0866-000f-b98a-8ccc6608d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID cc8b8277-0866-000f-b98a-8ccc6608d801 At line:1 char:1 (+) Add-AppxPackage -Register "H:\WSA\MicrosoftCorporationII.WindowsSubsy ... (+) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (+) CategoryInfo : NotSpecified: (H:\WSA\Microsof...ppxManifest.xml:String) [Add-AppxPackage], Exception (+) FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

in windows11

abhish0965 avatar Jan 29 '22 15:01 abhish0965

WSA requires Windows 11, the full error just states that as fact

Masamune3210 avatar Jan 29 '22 17:01 Masamune3210

@abhish0965 the error says you need to be on OS version 10.0.22000.120 but you are not. Are you running on Win 11 insiders ?

1ycx avatar Jan 30 '22 01:01 1ycx

Nope, error states they are running 19043 which is 10

Masamune3210 avatar Jan 31 '22 01:01 Masamune3210

yes i am running on win11 insiders but my version is 21H2 (OS Build 22000.469)

abhish0965 avatar Jan 31 '22 07:01 abhish0965

yes i am running on win11 insiders but my version is 21H2 (OS Build 22000.469)

Please suppoet me how to run wsa in my computer

abhish0965 avatar Jan 31 '22 07:01 abhish0965

Either your install is wacked out of its goard or you are lying for some reason. Your version string according to the error spat out by Windows directly says you are running on 10.0.19043.1466 which is Windows 10 21H1

Masamune3210 avatar Jan 31 '22 15:01 Masamune3210

Either your install is wacked out of its goard or you are lying for some reason. Your version string according to the error spat out by Windows directly says you are running on 10.0.19043.1466 which is Windows 10 21H1

how may i change my 10.0.19043 from win10 21h1 to OS version 10.0.22000.120 in my win 11

abhish0965 avatar Feb 01 '22 05:02 abhish0965

Upgrade to Windows 11 either through the official way if your hardware supports it, or the unofficial way if it doesnt

Masamune3210 avatar Feb 01 '22 06:02 Masamune3210

Because currently either something is really messed up or you are still running Windows 10 and are just confused

Masamune3210 avatar Feb 01 '22 06:02 Masamune3210

If that's the case the readme needs an update then. To quote "You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11" from snippet https://github.com/WSA-Community/WSAGAScript/blob/main/README.md#q--a-for-wsl-installation If this is meant as "WSL2 runs under 10 but WSA runs only under 11" that is nowhere clarified.

Exactly this. The tutorial led me to believe I could use windows 10

kevinsnijder avatar Feb 27 '22 21:02 kevinsnijder