-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(microsoft-windows-terminal) Cannot upgrade from v1.12.10393.0 to v1.13.11431.0 with chocolately due to Microsoft.VCLibs.140.00.UWPDesktop #136
Comments
Its using Microsoft.WindowsTerminalPreview_Win10_1.14.1451.0_8wekyb3d8bbwe.msixbundl so I dont think maintainers are correct |
This is from the release notes: clearly dependencies that this package creator may have already had installed and not realised.
|
I'm gonna cc @DHowett, he's more familiar with the packaging machinations. |
I have a system running I am currently installing Windows 10 Pro x64 on a new laptop and I get that error when I run Looking at
The fresh system only has x64 package installed. |
In pwsh (v 7.2.4) I only get errros for this: PS > Get-AppxPackage
Get-AppxPackage: The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded. For more information, run 'Import-Module Appx'.
PS > Import-Module Appx
Import-Module: Operation is not supported on this platform. (0x80131539)
PS > Get-AppxPackage
Get-AppxPackage: The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded. For more information, run 'Import-Module Appx'. This may be a known/common issue though: PowerShell/PowerShell#13138 I did not look into that in more detail given it works in Windows PowerShell. I even have three instances of that thing: PS >Get-AppxPackage Microsoft.VCLibs.*
Name : Microsoft.VCLibs.140.00
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X86
ResourceId :
Version : 14.0.29231.0
PackageFullName : Microsoft.VCLibs.140.00_14.0.29231.0_x86__8wekyb3d8bbwe
InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.29231.0_x86__8wekyb3d8bbwe
IsFramework : True
PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Store
Status : Ok
Name : Microsoft.VCLibs.140.00.UWPDesktop
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 14.0.27629.0
PackageFullName : Microsoft.VCLibs.140.00.UWPDesktop_14.0.27629.0_x64__8wekyb3d8bbwe
InstallLocation : C:\Program
Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27629.0_x64__8wekyb3d8bbwe
IsFramework : True
PackageFamilyName : Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Store
Status : Ok
Name : Microsoft.VCLibs.140.00
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 14.0.29231.0
PackageFullName : Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
InstallLocation : C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe
IsFramework : True
PackageFamilyName : Microsoft.VCLibs.140.00_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Store
Status : Ok |
You can get package from https://www.microsoft.com/en-us/download/details.aspx?id=102159 and install manually before using Chocolatey to install package. |
@ymartin59 Choco says it is already installed:
Also reinstalling does not work:
Downloading manually from your link ends up being redirected to https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages, also yields a generic error message when installing via the GUI:;
It seems Microsoft.VCLibs.140.00.UWPDesktop_14.0.27629.0_x64__8wekyb3d8bbwe is installed, but it requires v14.0.30035.0, i.e. a slightly newer version. This script here finally made it work: microsoft/terminal#3097 (comment) |
Windows Terminal version
1.12.10393.0
Windows build number
10.0.19044.0
Other Software
N/A
Steps to reproduce
choco upgrade -y microsoft-windows-terminal
Expected Behavior
Upgrade suceeds.
Actual Behavior
This looks very similar to microsoft/terminal#3097, however this seems solved long ago and all dependencies should be shipped with the app.
Context
Also contacted you via mail.
Reported upstream as microsoft/terminal#13345 and the maintainers said:
Your Environment
The text was updated successfully, but these errors were encountered: