RackNerd Billboard Banner

How to Install Winget on Windows Server

Winget, also known as the Windows Package Manager, is a powerful tool that simplifies the installation, updating, and management of software packages on Windows systems. This video will walk you through the process of getting Winget up and running on a Windows Server, specifically focusing on versions like Windows Server 2022 and 2019.




Links:
NuGet webpage for Microsoft UI XAML 2.7 – https://www.nuget.org/packages/Microsoft.UI.Xaml/2.7.3
Microsoft website – https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge
GitHub releases page for Winget – https://github.com/microsoft/winget-cli/releases



Commands:
cd C:\Users\downloads\microsoft.ui.xaml.2.7.3
Add-AppxPackage -Path .\tools\AppX\x64\Release\Microsoft.UI.Xaml.2.7.appx
Add-AppxPackage -Path .\Microsoft.VCLibs.x64.appx
Add-AppxPackage .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Add-AppxProvisionedPackage -Online -Package .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -LicensePath .\24146eb205d040e69ef2d92d7034d97f_License1.xml



Chapters:
0:00 Intro
0:23 Step 1: Install Microsoft UI XAML & VCLibs
3:52 Step 2: Install Microsoft Desktop App Installer and Winget
6:12 Step 3: Verify the Installation
6:42 End screen




What you’ll learn:
1. Step 1: Install Microsoft UI XAML & VCLibs
a. How to manually install winget dependencies
b. Installing Microsoft.UI.Xaml
c. How to download Microsoft UI XAML 2.7 package
d. How to rename the file extension from .nupkg to .zip
e. How to Extract the contents of the zip file
f. How to Open PowerShell as administrator
g. How to navigate to the folder path where you extracted the files using powershell command
h. How to install Microsoft UI XAML 2.7 package in powershell
i. Install Visual C++ Runtime Library (VCLibs 14)
j. How to download the appropriate version of Microsoft.VCLibs.x64, based on your system architecture
k. How to install VCLibs package
2. Step 2: Install Microsoft Desktop App Installer and Winget
a. How to install the Winget tool itself
b. How to download the Microsoft.DesktopAppInstaller.msixbundle file along with its corresponding license file
c. How to install Winget using powershell command
d. How to apply the license file
3. How to install winget dependencies
4. Step 3: Verify the Installation
a. How to verify that Winget is properly installed and functioning
b. How to see list of Winget commands































Song: Summer Martin – Summer Lovers
Music provided by Vlog No Copyright Music
Video Link: https://bit.ly/3R4V3a9

Song: FAL – Will Be Love by U (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://www.youtube.com/watch?v=wtdbM3SZppk&t=0s

#computereverywhere #howtoinstall #winget #windowsserver

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

RackNerd Billboard Banner