Skip to content

Releases: Romanitho/Winget-AutoUpdate

Bug fix

16 Feb 10:12

Choose a tag to compare

Notification popup works again. Sorry about that :)

Renaming installation folder and tasks

14 Feb 16:45

Choose a tag to compare

Merge pull request #2 from Romanitho/dev

Renaming few things to match Winget-AutoUpdate

Bug fixed on long name apps

03 Feb 10:53

Choose a tag to compare

Fixed issue on long name apps, causing wrong number versions with truncate

image

Added parameters in Install ps1 script

27 Jan 21:03

Choose a tag to compare

.SYNOPSIS
Configure Winget to daily update installed apps.

.DESCRIPTION
Install powershell scripts and scheduled task to daily run Winget upgrade and notify connected users.
Possible to exclude apps from auto-update

.PARAMETER Silent
Install Winget-AutoUpdate and prerequisites without user interaction

.PARAMETER WingetUpdatePath
Specify Winget-AutoUpdate installation localtion. Default: C:\ProgramData\winget-update\

.PARAMETER DoNotUpdate
Do not run Winget-AutoUpdate after installation. By default, Winget-AutoUpdate is run just after installation.

.EXAMPLE
.\winget-install-and-update.ps1 -Silent -DoNotUpdate

Install.bat will run ps1 with -Silent

Added MS Visual C++ prerequisite

26 Jan 23:00

Choose a tag to compare

  • Added MS Visual C++ prerequisite and install if necessary
  • Rewrite Network Notification
  • Minor changes

Fixed notification display if run as standard user

24 Jan 18:44

Choose a tag to compare

  • Fixed notification display if run as standard user
  • Minor changes

Minor changes

22 Jan 16:07

Choose a tag to compare

v1.2.3

Update README.md

Small changes

22 Jan 09:54

Choose a tag to compare

v1.2.2

little changes

Hard coded notification xml file path

21 Jan 17:16

Choose a tag to compare

This allow Upgrate script to be run manually and still get notified.

Add notification languages support

20 Jan 22:59

Choose a tag to compare

v1.2.0

Rename winget-update/local/fr-FR.xml to winget-update/locale/fr-FR.xml