Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

The Framework Microsoft.VCLibs Could Not Be Found Winget

April 14, 2023
in Blog, WinGet
0
ADVERTISEMENT

Table of Contents

In some cases, you get this error when you install Windows Package Manager using Add-AppxPackage command.

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot install package Microsoft.DesktopAppInstaller_1.18.2091.0_x64__8wekyb3d8bbwe 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.30704.0, along with this package to install. The frameworks with name
"Microsoft.VCLibs.140.00.UWPDesktop" currently installed
Windows cannot install package Microsoft.DesktopAppInstaller_1.18.2091.0_x64__8wekyb3d8bbwe 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.30704.0, along with this package to install. The frameworks with name
"Microsoft.VCLibs.140.00.UWPDesktop" currently installed are: {}
NOTE: For additional information, look for [ActivityId] ef6e167a-d3da-0001-6421-6eefdad3d801 in the Event Log or use
the command line Get-AppPackageLog -ActivityID ef6e167a-d3da-0001-6421-6eefdad3d801
At line:1 char:1
+ Add-AppxPackage .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbun ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Temp\Microso...bbwe.msixbundle:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Download desktop framework

The root of the problem is the the desktop bridge package isn’t installed. To get it, let’s visit https://docs.microsoft.com/en-gb/troubleshoot/cpp/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages

Right click on the link then copy link address depending on your Windows architecture. In this post, we’ll install the desktop framework for Windows 64bit.

Bg1727

Or you can copy the links from this list:

  • ARMx86: https://aka.ms/Microsoft.VCLibs.arm.14.00.Desktop.appx
  • ARMx64: https://aka.ms/Microsoft.VCLibs.arm64.14.00.Desktop.appx
  • Intelx86: https://aka.ms/Microsoft.VCLibs.x86.14.00.Desktop.appx
  • Intelx64: https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx

Install desktop framework

1. Right click on the Windows start icon then open Windows PowerShell Admin or Windows Terminal Admin in Windows 11.

Pw1

2. Run the following command to install desktop framework. For example, i’ll install using the link for amdx64:

Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'

3. Once done, you can run Get-AppxPackage command to verify the app was installed.

PS C:\> Get-AppxPackage -Name "Microsoft.VC*" | Select Name, Architecture, Version | FT

Name                               Architecture Version
----                               ------------ -------
Microsoft.VCLibs.140.00                     X64 14.0.27323.0
Microsoft.VCLibs.140.00                     X86 14.0.30704.0

Finally, run the command to install Windows Package Manager again, then the error should be gone.

PS C:\ Add-AppxPackage .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
PS C:\> Get-AppxPackage -Name "Microsoft.Desktop*" | Select Name, Architecture, Version | FT

Name                          Architecture Version
----                          ------------ -------
Microsoft.DesktopAppInstaller          X64 1.18.2091.0
ADVERTISEMENT
5/5 - (1 vote)
Previous Post

Program Winget.exe Failed to Run No Applicable App Licenses Found

Next Post

How to Change Microsoft 365 Account Password

Related Posts

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024
Ftr19

How to Fix Windows Cannot Read the ProductKey From the Unattend Answer File in VirtualBox

July 26, 2024
Ftr25

How to Update Windows Terminal in Windows 10/11

July 26, 2024

How to Disable The Beep Sound in WSL Terminal on Windows

July 26, 2024

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory