Add WAU winget informations
parent
a63a395797
commit
d17df5dff0
12
README.md
12
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)!
|
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**<br>
|
**MODSPATH**<br>
|
||||||
Get Mods from external Path (**URL/UNC/Local/AzureBlob**) - download/copy to `mods` in Winget-AutoUpdate installation location if external mods are newer.<br>
|
Get Mods from external Path (**URL/UNC/Local/AzureBlob**) - download/copy to `mods` in Winget-AutoUpdate installation location if external mods are newer.<br>
|
||||||
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):
|
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):
|
||||||
|
|
|
@ -7,3 +7,4 @@ Microsoft.Teams*
|
||||||
Mozilla.Firefox*
|
Mozilla.Firefox*
|
||||||
Opera.Opera*
|
Opera.Opera*
|
||||||
TeamViewer.TeamViewer*
|
TeamViewer.TeamViewer*
|
||||||
|
Romanitho.Winget-AutoUpdate
|
Loading…
Reference in New Issue