winget-install

2.0.0

The Install-winget function automates the process of installing the winget package manager. It downloads the latest version of winget and its required dependencies from the source. After downloading, the function installs winget and updates the PATH environment variable to include directories necessary for winget's operation.

  This function is designed to be straig
The Install-winget function automates the process of installing the winget package manager. It downloads the latest version of winget and its required dependencies from the source. After downloading, the function installs winget and updates the PATH environment variable to include directories necessary for winget's operation.

  This function is designed to be straightforward and easy to use, removing the hassle of manually downloading, installing, and configuring winget. To make the newly installed winget available for use, a system reboot may be required after the execution of this function. This function should be run with administrative privileges.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name winget-install -RequiredVersion 2.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • asheroto 1ckov MisterZeus ChrisTitusTech

Tags

PowerShell Windows winget win get install installer fix script

Functions

Get-GitHubRelease Write-Section Get-NewestLink Update-PathEnvironmentVariable Handle-Error

Dependencies

This script has no dependencies.

Release Notes

[Version 0.0.1] - Initial Release.
[Version 0.0.2] - Implemented function to get the latest version of winget and its license.
[Version 0.0.3] - Signed file for PSGallery.
[Version 0.0.4] - Changed URI to grab latest release instead of releases and preleases.
[Version 0.0.5] - Updated version number of dependencies.
[Version 1.0.0] - Major refactor code, see release notes for more information.
[Version 1.0.1] - Fixed minor bug where version 2.8 was hardcoded in URL.
[Version 1.0.2] - Hardcoded UI Xaml version 2.8.4 as a failsafe in case the API fails. Added CheckForUpdates, Version, Help functions. Various bug fixes.
[Version 1.0.3] - Added error message to catch block. Fixed bug where appx package was not being installed.
[Version 1.0.4] - MisterZeus optimized code for readability.
[Version 2.0.0] - Major refactor. Reverted to UI.Xaml 2.7.3 for stability. Adjusted script to fix install issues due to winget changes (thank you ChrisTitusTech). Added in all architecture support.

FileList

Version History

Version Downloads Last updated
5.0.5 2,168 11/18/2024
5.0.4 9,003 11/9/2024
5.0.3 333 11/8/2024
5.0.2 41 11/8/2024
5.0.1 2,036 11/7/2024
5.0.0 22 11/7/2024
4.1.2 101,134 6/5/2024
4.1.1 40 6/5/2024
4.1.0 1,827 5/31/2024
4.0.5 29,139 4/29/2024
4.0.4 29,814 3/6/2024
4.0.3 1,763 2/29/2024
4.0.2 5,216 2/15/2024
4.0.1 12,068 1/30/2024
4.0.0 60 1/30/2024
3.2.6 119,437 1/4/2024
3.2.5 124,108 12/15/2023
3.2.4 301,448 11/6/2023
3.2.3 120,584 10/29/2023
3.2.2 14,617 10/23/2023
3.2.1 11 10/23/2023
3.2.0 13 10/23/2023
3.1.1 10,492 10/16/2023
3.1.0 13 10/16/2023
3.0.2 69 10/16/2023
3.0.1 8,084 9/25/2023
3.0.0 16,085 8/23/2023
2.1.0 36,958 8/17/2023
2.0.2 5,515 8/1/2023
2.0.1 20 8/1/2023
2.0.0 (current version) 21 8/1/2023
1.0.4 17,467 6/28/2023
1.0.3 4,079 6/20/2023
1.0.2 106 6/20/2023
1.0.1 1,312 6/17/2023
1.0.0 31 6/17/2023
0.0.4 73,873 7/2/2022
0.0.3 29 7/1/2022
0.0.2 27 7/1/2022
Show less