-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 Terminal installation fails because of UI.Xaml higher version #3918
Comments
When I tried I get the prompt tho it looks like it downloads a version that is older than what is installed. A workaround might be to manually grab the updated version |
How do I install the updated version? (And which is it?) If I'm not mistaken, it is trying to install the recent version:
|
Me too. The version I already have is Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe For some reason the WindowsTerminal installer keeps trying to install an older version UI.Xaml (8.2306.22001.0) and failing |
The version it is grabbing is older (you can see the url it is grabbing the file from in the terminal window during the download) |
A workaround until this dependency issue gets resolved is to try installing without the dependency by passing
|
optionally you can skip dependency resolution |
That will downgrade it to an older version than is already installed, WinGet is grabbing an older version as of when the issue was first opened |
I also have the reported issue, the dependency Microsoft.UI.Xaml fails to install. This likely is not an issue with Windows Terminal but with the Microsoft.UI.Xaml winget package. Using the |
Try |
thanks for help. it works. |
Thanks. It works. |
I already have Windows.Terminal installed, doing an update I get an unknown error:
|
winget update Microsoft.WindowsTerminal Same here - 0x80070002 : says "File not found" Problably some dependency issues since https://www.nuget.org/packages/Microsoft.UI.Xaml/2.8.0 also cannot be installed. Please check the dependencies so they work for all. |
same problem here |
install from https://github.com/microsoft/terminal/releases/tag/v1.18.3181.0 |
Mee too! Thank you! |
3 weeks later and a Microsoft tool still cannot install a Microsoft package due to a problem inside a Microsoft dependency. |
somehow it got solved on it own. |
Brief description of your issue
I installed WingetUI the other day, and today I noticed it kept trying to install Windows Terminal but kept failing. Checking the logs revealed that the installation failed with this error:
The same error happens when trying to install the Microsoft.UI.Xaml.2.8 package directly. I figured reinstalling the package might work, but that didn't work either:
No package found. It's also not in appwiz.cpl or the installed apps section - so I'm not really sure if it really is installed or not.
I stupidly uninstalled Windows Terminal in hopes that this fixes something, but it just refused to install it with the same error. Interestingly, installing it via the Microsoft Store UI worked without a hitch.
Steps to reproduce
Not sure what caused this issue to happen in the first place.
Expected behavior
Package is updated/installed as expected.
Actual behavior
Installation/update is cancelled because of a dependency that is (supposedly) already installed with a higher version.
Environment
The text was updated successfully, but these errors were encountered: