Skip to content

Releases: asheroto/winget-install

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

4.0.4

06 Mar 05:32
Compare
Choose a tag to compare
  • Fixed detection for Windows multi-session (fixes #39)

4.0.3

29 Feb 18:27
Compare
Choose a tag to compare
  • Updated UI.Xaml package as per winget-cli issue 4208 (fixes issue installing).

4.0.2

15 Feb 18:41
Compare
Choose a tag to compare
  • Removed unused params from comment-based help.
  • Adjusted UpdateSelf function to reset PSGallery to original state if it was not trusted.
  • Improved comments.

4.0.1

30 Jan 22:41
Compare
Choose a tag to compare
  • Fixed PowerShell help information.

4.0.0

30 Jan 22:27
Compare
Choose a tag to compare
  • Microsoft created some short URLs for winget.
  • Removed a large portion of the script to use short URLs instead.
  • Simplified and refactored.
  • Switched debug param from DebugMode to Debug.

3.2.6

11 Jan 12:21
Compare
Choose a tag to compare
  • Improved ExitWithDelay function. Sometimes PowerShell will close the window accidentally, even when using the proper exit command.
  • Adjusted several closures for improved readability.
  • Improved error code checking.
  • Fixed glitch with -Wait param.