Skip to content

Added parameters in Install ps1 script

Choose a tag to compare

@Romanitho Romanitho released this 27 Jan 21:03
· 2019 commits to main since this release

.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