Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Fail on runner version 2.321.0 with dependency error #10

@lelegard

Description

@lelegard

Fail on runner version 2.321.0 with error "Windows cannot install package Microsoft.DesktopAppInstaller_1.24.25200.0_x64__8wekyb3d8bbwe because this package depends on a framework that could not be found."

Runner description:

Current runner version: '2.321.0'
Operating System
  Microsoft Windows Server 2022
  10.0.20348
  Datacenter
Runner Image
  Image: windows-2022
  Version: 20250113.1.0
  Included Software: https://github.com/actions/runner-images/blob/win22/20250113.1/images/windows/Windows2022-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20250113.1

Test workflow:

on:
  workflow_dispatch:
jobs:
  test:
    runs-on: windows-latest
    steps:
    - uses: actions/checkout@master
    - name: Install winget
      uses: Cyberboss/install-winget@v1
      with:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        wget_release_id: latest
    - name: Winget test
      run: winget list --accept-source-agreements

Log:

PROVISIONING WINGET
Path          : 
Online        : True
RestartNeeded : False
Run echo "INSTALLING WINGET"
  echo "INSTALLING WINGET"
  $ProgressPreference = 'SilentlyContinue'
  Add-AppxPackage .\winget.msixbundle
  shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
  
INSTALLING WINGET
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict 
validation.
Windows cannot install package Microsoft.DesktopAppInstaller_1.24.25200.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.33728.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.24.25200.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.33728.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.33321.0_x64__8wekyb3d8bbwe}
NOTE: For additional information, look for [ActivityId] 7d8a61e3-7506-0001-e180-d3ea6f6ddb01 in the Event Log or use 
the command line Get-AppPackageLog -ActivityID 7d8a61e3-7506-0001-e180-d3ea6f6ddb01
At D:\a\_temp\4776f3e3-65dd-4000-bdc0-a0ca00cda08c.ps1:4 char:1
+ Add-AppxPackage .\winget.msixbundle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (D:\a\github-tes...nget.msixbundle:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions