-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Installation of .msixbundle fails cause Microsoft.UI.Xaml.2.8 is missing #18033
Comments
@DHowett will have to correct me here, but I believe that Windows Server comes without the necessary XAML dependency. This means you need to use the "PreinstallKit" from our release page. It includes the |
Yes, fully offline installs need to use the preinstallation/provisioning kit. |
Thank you, that is helpful! However, how is anyone supposed to know this, currently? This isn't mentioned anywhere in the installation instructions. I didn't find any specific instructions for fully offline installation, nor is it explained anywhere that the preinstallation/provisition kit can/should be used for this. The Windows Terminal Distribution Types page doesn't mention this. In fact the wording of that page immediately made me disregard this package (especially, "Users who do not intend to preinstall Windows Terminal should continue using the Packaged distribution"). I also looked for words like 'redist', 'redistributable package', which also don't appear anywhere. It would be helpful to have at least some note about fully offline mode in the installation instructions. |
You know, that's fair feedback. Thanks. |
how to use this kit? i cannot find it or its instruction. |
Just extract the preinstallation kit and Then |
Windows Terminal version
1.21.2701
Windows build number
10.0.20348.2762 (Windows Server 2022 Standard)
Other Software
N/A
Steps to reproduce
Expected Behavior
Bundle should install correctly, including dependencies, without requiring additional downloads .
Actual Behavior
Add-AppxPackage fails with the following error:
Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency, or conflict validation. Windows cannot install package Microsoft.WindowsTerminal_1.21.2701.0.x64 because this package depends on a framework that could not be found. Provide the framework Microsoft.UI.Xaml.2.8 publiched by [... etc].
The text was updated successfully, but these errors were encountered: