Open CdrBlair opened 1 year ago
@CdrBlair, I have seen a report like this recently, and we do have a couple of devices able to reproduce the error. We're looking to see if we can find the root cause.
Possibly related to:
I get the same error as in https://github.com/microsoft/terminal/issues/16331
When I try to install Microsoft.UI.Xaml.2.8 manually (by downloading the appx), it tells me that it's already installed
So I tried to update the Terminal without the deps (as they seem already installed:
winget upgrade Microsoft.WindowsTerminal --skip-dependencies
This worked for me and Windows Terminal seems to work fine. Could it be a winget dependency checking issue (if I try winget upgrade Microsoft.UI.Xaml.2.8, it tells me it is not installed, but double-click on the appx file says already installed)
I am also seeing this error now. I think the issue might be that a newer version of Microsoft.UI.Xaml.2.8 is installed than what winget expects.
From the installer logs it is attempting to install
Microsoft.UI.Xaml.2.8_8.2306.22001.0_x64__8wekyb3d8bbwe
however (Get-AppxPackage).where({$_.name -match 'Microsoft.UI.Xaml'})
shows that versionMicrosoft.UI.Xaml.2.8_8.2310.30001.0_x86__8wekyb3d8bbwe
is installed.
Hi, I had the same issue here. I have tried to install Windows Terminal through winget. However, I was able to do it via Microsoft Store.
Brief description of your issue
I needed to reinstall WindowsTerminal. Independent of the distribution way (store, winget, msixbundle) it fails with code 80070002. I opened a Bug Report at the WindowsTerminal Team, they said it would be better of here. (https://github.com/microsoft/terminal/issues/15197)
Steps to reproduce
Try to install Windows Terminal from Windows Store, via Winget or via Package from Release Page on Github
Expected behavior
Terminal gets installed and runs on Windows 11
Actual behavior
When installing from Windows store, the store just says that an unexpected error occcured with error Code 0x80073CF9.
The Event Logs for AppXDeployments/Operational states: "Fehler "0x80070002" beim AppX Deployment-Vorgang für Paket "". Der Fehlertext lautet: Deployment operation failed."
Trying the install via winget leads to same error code but with different text: "Installieren fehlgeschlagen mit Exitcode: 0x80070002 : Das System kann die angegebene Datei nicht finden." The verbose log shows:
Installing via msixbundle fails with: "Fehler bei der App-Installation. Fehlermeldung: Deployment operation failed. (0x80070002)" The Log here is much shorter:
2023-04-18 01:02:31.846 [CLI ] Get user entitlement. 2023-04-18 01:02:32.498 [CLI ] Get entitlement succeeded. Server error. ProductId: 9N0DX20HK701 2023-04-18 01:02:32.499 [CLI ] Terminating context: 0x8a15001e at D:\a\_work\1\s\external\pkg\src\AppInstallerCLICore\Workflows\MSStoreInstallerHandler.cpp:8c
Tried already to reset the store and load different versions, nothing helped. Any ideas on that?
Environment