From 8ed407eb61558d668fe6db211c977d32ee16209e Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Fri, 14 Oct 2022 01:09:06 +0200 Subject: [PATCH] Small text changes --- README.md | 4 ++-- Winget-AutoUpdate-Install.ps1 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e74236e..7ff1f51 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ By default, scripts and components will be placed in ProgramData location (insid From version 1.9.0 (on new installations) WAU runs everyday at 6AM. You can now configure the frequency with `-UpdatesInterval` option (Daily, Weekly, Biweekly or Monthly). You can also add `-UpdatesAtLogon` parameter to run at user logon and keep this option activated like previous versions (recommanded). ### Log location -You can find logs in install location, in log folder. +You can find logs in install location, in logs folder. ### "Unknown" App version As explained in this [post](https://github.com/microsoft/winget-cli/issues/1255), Winget cannot detect the current version of some installed apps. We decided to skip managing these apps with WAU to avoid retries each time WAU runs: @@ -68,7 +68,7 @@ Simply uninstall it from your programs: ## Advanced installation -You can run the `winget-install-and-update.ps1` script with parameters : +You can run the `Winget-AutoUpdate-Install.ps1` script with parameters : **-Silent** Install Winget-AutoUpdate and prerequisites silently diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index ac9d00c..7ecb36b 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -56,16 +56,16 @@ Run WAU on metered connection. Default No. Configure WAU to bypass the Black/White list when run in user context .EXAMPLE -.\winget-install-and-update.ps1 -Silent -DoNotUpdate +.\Winget-AutoUpdate-Install.ps1 -Silent -DoNotUpdate .EXAMPLE -.\winget-install-and-update.ps1 -Silent -UseWhiteList +.\Winget-AutoUpdate-Install.ps1 -Silent -UseWhiteList .EXAMPLE -.\winget-install-and-update.ps1 -Silent -ListPath https://www.domain.com/WAULists -StartMenuShortcut +.\Winget-AutoUpdate-Install.ps1 -Silent -ListPath https://www.domain.com/WAULists -StartMenuShortcut .EXAMPLE -.\winget-install-and-update.ps1 -Silent -UpdatesAtLogon -UpdatesInterval Weekly +.\Winget-AutoUpdate-Install.ps1 -Silent -UpdatesAtLogon -UpdatesInterval Weekly .EXAMPLE .\Winget-AutoUpdate-Install.ps1 -Silent -Uninstall -NoClean