Share via

Install msixbundle over packer

Anonymous
2022-12-14T15:17:23+00:00

hi I try to install Windows terminal msixbundle

I have script that install Microsoft.VCLibs.x64.14.00.Desktop.appx thats works

in the next line i try to install Microsoft.WinTerWin10_1.15.2874.0.msixbundle

and i get this error

azure-arm.windowsvm: Add-AppxPackage : Deployment failed with HRESULT: 0x80073D19, An error occurred because a user was logged off. ==> azure-arm.windowsvm: error 0x80070002: While processing the request, the system failed to register the windows.sharedFonts extension due to==> azure-arm.windowsvm: the following error: The system cannot find the file specified.looks like .appx can be installed but msixbudle not why idea?

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-12-15T18:01:46+00:00

    Hi,

    Try to install Windows terminal through this method:

    1 - Create a folder on your Desktop and paste the Microsoft.WinTerWin10_1.15.2874.0.msixbundle

    2 - Rename the "Microsoft.WinTerWin10_1.15.2874.0.msixbundle" to "Microsoft.WinTerWin10_1.15.2874.0.zip"

    3 - Unzip Microsoft.WinTerWin10_1.15.2874.0.zip

    4 - Access the folder and locate the ".msix" according to your version of windows

    Double click on it and try to install.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-12-15T09:42:19+00:00

    i got the same whne i install App Installer over powershell

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-12-14T16:31:40+00:00

    Hi,

    Try to install Windows Terminal this way and check if any errors occur

    1 - Access the link below and install the "App Installer"

    https://www.microsoft.com/store/productID/9nblg...

    2 - Click Start menu and search for Windows PowerShell, open with Admin privileges.

    Copy and paste the following command by hitting enter after each one

    (When a conformation message appears, type Y)

    winget install Microsoft.WindowsTerminal

    In case you necessarily need to install through the "msixbundle" package, please let me know.

    Was this answer helpful?

    0 comments No comments