Skip to content

Releases: asheroto/winget-install

5.0.5

18 Nov 21:10
Compare
Choose a tag to compare
  • Fixed exit code issue. Fixes #52.

5.0.4

09 Nov 15:40
Compare
Choose a tag to compare
  • 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

08 Nov 16:48
Compare
Choose a tag to compare
  • Fix missing argument in call to Add-ToEnvironmentPath.

5.0.2

08 Nov 16:31
Compare
Choose a tag to compare
  • 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.1

07 Nov 22:34
Compare
Choose a tag to compare

5.0.0

07 Nov 22:30
Compare
Choose a tag to compare
  • 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

05 Jun 21:40
Compare
Choose a tag to compare
  • Implemented Visual C++ Redistributable version detection to ensure compatibility with winget.

4.1.1

05 Jun 21:24
Compare
Choose a tag to compare
  • Minor revisions to comments & debug output.

4.1.0

31 May 05:41
Compare
Choose a tag to compare
  • Added support for Server 2019 (implemented in PR #43).

4.0.5

29 Apr 14:06
Compare
Choose a tag to compare
  • 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