From d17df5dff0018d9b8262f14087e70e18294d2bbe Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Mon, 14 Oct 2024 07:44:25 +0200 Subject: [PATCH] Add WAU winget informations --- README.md | 12 ++++++++++++ .../config/default_excluded_apps.txt | 1 + 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 54b6e9c..bdc8447 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,18 @@ Instead you must escape **every** special character (notice the `%` escape too) If `-ListPath` is set to **GPO** the Black/White List can be managed from within the GPO itself under **Application GPO Blacklist**/**Application GPO Whitelist**. Thanks to [Weatherlights](https://github.com/Weatherlights) in [#256 (reply in thread)](https://github.com/Romanitho/Winget-AutoUpdate/discussions/256#discussioncomment-4710599)! +### Use winget to install WAU +The following command will install WAU through winget itself in the newest version available. + +``` +winget install Romanitho.Winget-AutoUpdate +``` + +You can use [Winget-Install](https://github.com/Romanitho/Winget-Install) to deploy the package for example in Intune: +``` +"%systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe" -noprofile -executionpolicy bypass -file winget-install.ps1 -AppIDs "Romanitho.Winget-AutoUpdate --scope machine --override \"/qn RUN_WAU=YES USERCONTEXT=1 STARTMENUSHORTCUT=1 NOTIFICATIONLEVEL=SuccessOnly UPDATESINTERVAL=Daily"" +``` + **MODSPATH**
Get Mods from external Path (**URL/UNC/Local/AzureBlob**) - download/copy to `mods` in Winget-AutoUpdate installation location if external mods are newer.
For **URL**: This requires a site directory with **Directory Listing Enabled** and no index page overriding the listing of files (or an index page with href listing of all the **Mods** to be downloaded): diff --git a/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt b/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt index 585f87b..9d672ba 100644 --- a/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt +++ b/Sources/Winget-AutoUpdate/config/default_excluded_apps.txt @@ -7,3 +7,4 @@ Microsoft.Teams* Mozilla.Firefox* Opera.Opera* TeamViewer.TeamViewer* +Romanitho.Winget-AutoUpdate \ No newline at end of file