Terminal: Unable to install Windows terminal

Created on 24 May 2020  路  6Comments  路  Source: microsoft/terminal

Hello!
I failed to install Windows terminal both downloading it from github page and installing with winget tool.

For the dowloaded file I got such output:
PS C:\Users\localuser\Downloads> add-appxpackage Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle
add-appxpackage : Deployment failed with HRESULT: 0x80073CF0, Package could not be opened.
error 0x8007007B: Opening the package from location Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle failed.
NOTE: For additional information, look for [ActivityId] 3736654a-298c-0004-6cc8-4f378c29d601 in the Event Log or use the command line Get-AppxLog -ActivityID 3736654a-298c-0004-6cc8-4f378c29d601
At line:1 char:1

  • add-appxpackage Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.ms ...
  • ~~~~~~~~~~~~~~~~~

    • CategoryInfo : OpenError: (C:\Users\localu...bbwe.msixbundle:String) [Add-AppxPackage], FileNotFoundException

    • FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

PS C:\Users\localuser\Downloads> Get-AppxLog -ActivityID 3736654a-298c-0004-6cc8-4f378c29d601

Time ID Message
---- -- -------
5/24/2020 2:36:42 PM 603 Started deployment Add operation on a package with main parameter: Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle and Options: 0 and 0. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
5/24/2020 2:36:42 PM 164 The app bundle signature was validated for core content of the app bundle published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
S=Washington, C=US. App packages won't be validated until they are read.
5/24/2020 2:36:42 PM 216 App manifest validation warning: Declared namespace http://schemas.microsoft.com/appx/2018/bundle is inapplicable, it will be ignored during manifest
processing.
5/24/2020 2:36:42 PM 216 App manifest validation warning: Declared namespace http://schemas.microsoft.com/appx/2019/bundle is inapplicable, it will be ignored during manifest
processing.
5/24/2020 2:36:42 PM 465 error 0x8007007B: Opening the package from location Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle failed.
5/24/2020 2:36:42 PM 403 error 0x8007007B: Failure to get staging session for: file:///C:/Users/localuser/Downloads/Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle.
5/24/2020 2:36:42 PM 404 AppX Deployment operation failed for package with error 0x80073CF0. The specific error text for this failure is: error 0x8007007B: Opening the package from
location Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle failed.

For winget tool:
PS C:\Users\localuser\Downloads> winget install "Windows Terminal"
Found Windows Terminal [Microsoft.WindowsTerminal]
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/microsoft/terminal/releases/download/v1.0.1401.0/Microsoft.WindowsTerminal_1.0.1401.0_8wekyb3d8bbwe.msixbundle
鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅 18.1 MB / 18.1 MB
Successfully verified installer hash
Starting package install...
Install failed: error 0x8007007B: Opening the package from location Microsoft.WindowsTerminal.1.0.1401.0 failed.
0x8007007b : The filename, directory name, or volume label syntax is incorrect.

In the both cases I was unable to install

Needs-Attention Needs-Tag-Fix Needs-Triage Product-Terminal Resolution-Answered

All 6 comments

try installing from microsoft store

That's certainly curious. 0x8007007B is

ERROR_INVALID_NAME | The filename, directory name, or volume label syntax is incorrect.
-- | --

Which doesn't totally make sense for this, but I don't know too much about how appx deployment works.

@HounD Which version of windows are you running?

That's certainly curious. 0x8007007B is

ERROR_INVALID_NAME The filename, directory name, or volume label syntax is incorrect.
Which doesn't totally make sense for this, but I don't know too much about how appx deployment works.

@HounD Which version of windows are you running?

C:\Users\localuser>systeminfo | findstr Build
OS Version: 10.0.17134 N/A Build 17134
OS Build Type: Multiprocessor Free

Welp there you go. From the README:

馃憠 Note: Windows Terminal requires Windows 10 1903 (build 18362) or later

This is still a problem. Running into it on 1909.

I have reported a similar issue here. Two reasons come to mind:

  • I am using an old version of Windows that doesn't support MSIX
  • I don't have admin rights

Both issues could be solved if Microsoft would publish a portable .exe of the Windows Terminal as I have suggested in this Tweet.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Wid-Mimosa picture Wid-Mimosa  路  3Comments

mrmlnc picture mrmlnc  路  3Comments

zadjii-msft picture zadjii-msft  路  3Comments

miniksa picture miniksa  路  3Comments

DieselMeister picture DieselMeister  路  3Comments