jdhitsolutions / WingetTools

A set of PowerShell tools for working with the winget package manager.
MIT License
146 stars 14 forks source link

[Bug]: Install-Winget does not install all dependencies #17

Open henk717 opened 1 year ago

henk717 commented 1 year ago

Describe the problem

Winget introduced a new dependency Microsoft.UI.Xaml, because your script does not handle the installation of this dependency the installation fails on Windows 10 systems. This dependency is used to give the App Installer part the look and feel of Windows 11, so it is possible it is already present on Windows 11 systems.

Expectation

No response

Additional Information

Windows does not display the version of powershell I am using, but I am using the one built in to Windows and have no additional copies of powershell installed.

PowerShell version

5.1

Platform

Windows 10 Pro or Enterprise

Additional Checks