WSA-Community / WSAGAScript

Scripts to install Google Apps into a WSA image. Plus optional root
The Unlicense
3.59k stars 3.53k forks source link

Framework not found. #200

Closed Dawn-India closed 2 years ago

Dawn-India commented 2 years ago

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_2203.40000.1.0_x648wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with name "Microsoft.UI.Xaml.2.6" currently installed Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_2203.40000.1.0_x648wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with name "Microsoft.UI.Xaml.2.6" currently installed are: {} NOTE: For additional information, look for [ActivityId] af6275cb-3842-0005-db09-66af4238d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID af6275cb-3842-0005-db09-66af4238d801 At line:1 char:1

AppPackageLog _Time ID Message


15-03-22 01:51:28 PM 603 Started deployment Register operation on a package with main parameter AppxManifest.xml and Options DevelopmentModeOption and 0. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. 15-03-22 01:51:28 PM 216 App manifest validation warning: Declared namespace http://schemas.microsoft.com/developer/appx/2015/build is inapplicable, it will be ignored during manifest processing. 15-03-22 01:51:28 PM 10002 Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\51e85375 -93f2-4381-814f-d7133d91c7a7_S-1-5-21-1230796839-3265970212-1707954284-1001_15.r slc for Register Operation on Package MicrosoftCorporationII.WindowsSubsystemFor Android_2203.40000.1.0_x648wekyb3d8bbwe. 15-03-22 01:51:28 PM 607 Deployment Register operation on package MicrosoftCorporationII.WindowsSubsystem ForAndroid_2203.40000.1.0_x648wekyb3d8bbwe has been de-queued and is running for user SID S-1-5-21-1230796839-3265970212-1707954284-1001. 15-03-22 01:51:28 PM 854 Successfully added the following uri(s) to be processed: C:\WindowsSubsystemAndroid\AppxManifest.xml. 15-03-22 01:51:28 PM 628 Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid _2203.40000.1.0_x648wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with name "Microsoft.UI.Xaml.2.6" currently installed are: {} 15-03-22 01:51:28 PM 605 The last successful state reached was Indexed. Failure occurred before reaching the next state Resolved. hr: 0x80073CF3 15-03-22 01:51:29 PM 401 Deployment Register operation with target volume C: on Package MicrosoftCorporat ionII.WindowsSubsystemForAndroid_2203.40000.1.0_x648wekyb3d8bbwe from: (AppxManifest.xml) failed with error 0x80073CF3. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. 15-03-22 01:51:29 PM 404 AppX Deployment operation failed for package MicrosoftCorporationII.WindowsSubsy stemForAndroid_2203.40000.1.0_x648wekyb3d8bbwe with error 0x80073CF3. The specific error text for this failure is: Windows cannot install package Microsof tCorporationII.WindowsSubsystemForAndroid_2203.40000.1.0_x648wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.6" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 2.62108.18004.0, along with this package to install. The frameworks with name "Microsoft.UI.Xaml.2.6" currently installed are: {} _

Masamune3210 commented 2 years ago

Install the framework once officially and it should pull dependencies since the UI XAML framework is used in almost if not actually every Metro app

ahemwe commented 2 years ago

I've found this video which explains the needed steps in detail.