# Info

- Installer script for Windows Package Manager (App Installer)

- Support Windows 11 / Windows 10 build 17763 and later

## Usage

- Required files:
Microsoft.DesktopAppInstaller msixbundle file
License xml file
Dependencies zip file

keep original files names

- Download the files from:
https://github.com/microsoft/winget-cli/releases/latest
or
https://github.com/microsoft/winget-cli/releases/tag/v1.9.25200

- Move the downloaded files to the script directory

- Extract Dependencies.zip and move all files from subdirectories to the script directory

- Right-click and run DesktopAppInstaller.cmd as administrator (do not run from Powershell or Terminal)

## Remarks

- Frameworks x86 Appx will be added on Windows x64/ARM64 for consistency
if that is not desired, remove the x86 files before running the script

## Bonus

- DesktopAppInstaller.cmd can used to install future versions of WinGet
even if the dependency packages changed

- Download all the required files as explained above

- Gather the downloaded files in a new folder

- Copy DesktopAppInstaller.cmd to the new folder
and run the script as administrator
