Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle | 2025-07-23 | 210.9 MB | |
Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.txt | 2025-07-23 | 64 Bytes | |
DesktopAppInstaller_Dependencies.json | 2025-07-23 | 222 Bytes | |
DesktopAppInstaller_Dependencies.txt | 2025-07-23 | 64 Bytes | |
DesktopAppInstaller_Dependencies.zip | 2025-07-23 | 50.2 MB | |
DesktopAppInstallerPolicies.zip | 2025-07-23 | 37.9 kB | |
e53e159d00e04f729cc2180cffd1c02e_License1.xml | 2025-07-23 | 2.7 kB | |
README.md | 2025-07-17 | 1.9 kB | |
Windows Package Manager 1.11.430 source code.tar.gz | 2025-07-17 | 9.6 MB | |
Windows Package Manager 1.11.430 source code.zip | 2025-07-17 | 11.7 MB | |
Totals: 10 Items | 282.4 MB | 1 |
This is a servicing update for the Windows Package Manager 1.11 release build for Windows 10 (1809+), and Windows 11.
New in v1.11
- Dropped support for running on 32-bit ARM
- Support for Microsoft Desired State Configuration (DSC) v3.
- Support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.
Experimental Features
- Experimental support for Fonts
Experimental support for Fonts
The following snippet enables experimental support for fonts via winget settings
. The winget font list
command will list installed font families and the number of installed font faces.
:::JSON
{
"$schema" "https://aka.ms/winget-settings.schema.json",
"experimentalFeatures": {
"fonts": true
}
}
Servicing updates
- Fixed a crash observed in some systems that was caused by a missing compilation flag.
- Fixed a bug with OS architecture detection in the Repair cmdlet that prevented dependencies from being installed.
What's Changed
- Update the other TDBuild task by @florelis in https://github.com/microsoft/winget-cli/pull/5534
- Use windows-latest agents in localization pipeline by @florelis in https://github.com/microsoft/winget-cli/pull/5538
- Cherry-pick servicing changes for v1.11 by @florelis in https://github.com/microsoft/winget-cli/pull/5571
- [Cherry-Pick] Add missing compilation flags for vcpkg ports (#5587) by @florelis in https://github.com/microsoft/winget-cli/pull/5589
- [1.11] Add more missing flags for vcpkg by @florelis in https://github.com/microsoft/winget-cli/pull/5593
Full Changelog: https://github.com/microsoft/winget-cli/compare/v1.11.400...v1.11.430