Skip to content

Releases: asheroto/winget-install

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.

3.2.5

15 Dec 23:13
Compare
Choose a tag to compare
  • Removed 5-10 second pause at the end of script completion
  • If you need the script to pause before exiting, you can now use the -Wait parameter which will force the script to wait several seconds before exiting.

3.2.4

06 Nov 21:28
Compare
Choose a tag to compare
  • Improved verbiage for incompatible systems.
  • Added importing Appx module on Windows Server with PowerShell 7+ systems to avoid error message.

3.2.3

29 Oct 21:37
Compare
Choose a tag to compare
  • Improved -ForceClose window handling, conhost, with x86 PowerShell process