Skip to content

Instantly share code, notes, and snippets.

@carey
Created July 30, 2022 04:54
Show Gist options
  • Save carey/62070ee199099c4233f572a17315366d to your computer and use it in GitHub Desktop.
Save carey/62070ee199099c4233f572a17315366d to your computer and use it in GitHub Desktop.
Notes on installing App Installer (winget) on Windows Server 2022

Download the package and dependencies:

Install it globally with:

Add-AppxProvisionedPackage -Online -PackagePath Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle `
  -LicensePath b0a0692da1034339b76dce1c298a1e42_License1.xml `
  -DependencyPackagePath Microsoft.VCLibs.x64.14.00.Desktop.appx,Microsoft.UI.Xaml.2.7.appx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment