Releases: Romanitho/Winget-AutoUpdate
Releases · Romanitho/Winget-AutoUpdate
Bug fix
Renaming installation folder and tasks
Merge pull request #2 from Romanitho/dev Renaming few things to match Winget-AutoUpdate
Bug fixed on long name apps
Added parameters in Install ps1 script
.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
- Added MS Visual C++ prerequisite and install if necessary
- Rewrite Network Notification
- Minor changes
Fixed notification display if run as standard user
- Fixed notification display if run as standard user
- Minor changes
Minor changes
v1.2.3 Update README.md
Small changes
v1.2.2 little changes
Hard coded notification xml file path
This allow Upgrate script to be run manually and still get notified.
Add notification languages support
v1.2.0 Rename winget-update/local/fr-FR.xml to winget-update/locale/fr-FR.xml
