Releases: asheroto/winget-install
Releases · asheroto/winget-install
5.0.5
- Fixed exit code issue. Fixes #52.
5.0.4
- Fixed bug with
UpdateSelf
function.
- Fixed bug when installing that may cause NuGet prompt to not be suppressed.
- Introduced
Install-NuGetIfRequired
function.
5.0.3
- Fix missing argument in call to
Add-ToEnvironmentPath
.
5.0.2
- Added logic to detect if NuGet is already installed, skipping the installation process if found. This prevents error messages when running
Install-PackageProvider
and resolves issue #51. NuGet is included by default in PowerShell 7.
5.0.0
- Updated the installation method to use
Repair-WinGetPackageManager
with Microsoft.WinGet.Client, providing more reliable dependency management and ensuring WinGet functions properly even after updates.
- Added the
NoExit
parameter to pause execution indefinitely until the user presses enter.
- Improved permission settings and streamlined handling of the PATH variable for the WinGet folder path on Server 2019.
- Refined exit functionality so the script no longer terminates the entire PowerShell session when running.
4.1.2
- Implemented Visual C++ Redistributable version detection to ensure compatibility with winget.
4.1.1
- Minor revisions to comments & debug output.
4.1.0
- Added support for Server 2019 (implemented in PR #43).
4.0.5
- Improved error handling when registering winget, especially detection for error when installing with the Local System account (see requirements section of README).
- Added delaying script exit note at beginning of script output