WSA-Community / WSAGAScript

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

Please help while installing with Add-AppxPackage -Register .\AppxManifest.xml got this error #187

Closed jagtarsidhu closed 2 years ago

jagtarsidhu commented 2 years ago

`Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.8.32837.0_x648wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.30035.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_1.8.32837.0_x648wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 14.0.30035.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currently installed are: {Microsoft.VCLibs.140.00.UWPDesktop_14.0.29231.0_x64__8wekyb3d8bbwe} NOTE: For additional information, look for [ActivityId] 9a4e3265-231f-0006-c30c-4f9a1f23d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9a4e3265-231f-0006-c30c-4f9a1f23d801 At line:1 char:1

SahilUX commented 2 years ago

I had the same issue.

Follow these steps to fix the issue.

Install Microsoft.UI.Xaml.2.6

  1. Go to store.rg-adguard.net
  2. Change to ProductID and paste '9P3395VX91NR'
  3. Change to Slow and click the check mark
  4. Look for install Microsoft.UI.Xaml.2.6
  5. Install the correct .Appx file for your architecture. (x86, x64, ARM or ARM64)

Run the command as administrator

  1. Right-click Windows Button (Windows 11) or your taskbar (Windows 10)
  2. Choose Windows Powershell (Admin). If it shows Terminal (Admin), open that and then open Powershell as a new tab. It will open as admin.
  3. Now run the same code and it should work perfectly.
Rockzyrain commented 2 years ago

Thanks.

helpmimee commented 1 year ago

Hey, i have the same issue : Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package Microsoft.Lovika_1.17.0.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.DirectXRuntime" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 9.29.952.0, along with this package to install. NOTE: For additional information, look for [ActivityId] 18c660c7-462f-0008-b9b1-c6182f46d901 in the Event Log or use the command line Get-AppPackageLog -ActivityID 18c660c7-462f-0008-b9b1-c6182f46d901 At line:1 char:1 Add-AppxPackage 'D:\Games\Externes\Minecraft Dungeons\AppxManifest.xm ... Do I have to follow your steps too ? Thank you.

Masamune3210 commented 1 year ago

This has nothing to do with this project....

epicipepic commented 1 year ago

So what should I do to make the package Microsoft.Lovika_1.17.0.0_x64__8wekyb3d8bbwe installed correctly? I have the same question too.