Skip to content

wingetupd200

Latest
Compare
Choose a tag to compare
@mbodm mbodm released this 13 May 03:15
· 20 commits to main since this release

wingetupd.exe 2.0.0 (by MBODM 2022-05-13)

Release Notes:

  • Added --no-log command line parameter, to prevent creation of log file.
  • Added --no-confirm command line parameter, to prevent confirmation of update process.
  • Now the version of installed and updatable software is displayed.
  • Added timeout for WinGet calls (60 minutes for update process, 30 seconds for everything else).
  • Added wingetupd.bat batch file to release binary, to support starting the program by a simple doubleclick.
  • Switched from concurrent to sequential calling concept, cause WinGet doesn´t support being called in parallel.
  • Nonetheless kept async/await approaches, also in sequential concept.
  • Complete rewrite of code.
  • A lot of code improvements.
  • A lot of bugfixes.