Update README.md

pull/12/head
Romain 2022-02-22 09:29:49 +01:00 committed by GitHub
parent ffce65ce42
commit 8fc4b5ecb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,12 @@ Scheduled task is set to run:
This way, even without connected user, powered on computers get updated anyway. This way, even without connected user, powered on computers get updated anyway.
### Log location ### Log location
You can find logs in install location, in log folder. You can find logs in install location, in log 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:
![image](https://user-images.githubusercontent.com/96626929/155092000-c774979d-2db7-4dc6-8b7c-bd11c7643950.png)
Eventually, try to reinstall or update app manually to see if new version is detected.
## Update WAU ## Update WAU
Same process as new installation : download, unzip and run "install.bat" Same process as new installation : download, unzip and run "install.bat"
@ -29,4 +35,4 @@ Same process as new installation : download, unzip and run "install.bat"
In some cases, you need to "unblock" the "intall.bat" file (Windows Defender SmartScreen). Right click, properties and unblock. Then, you'll be able to run it. In some cases, you need to "unblock" the "intall.bat" file (Windows Defender SmartScreen). Right click, properties and unblock. Then, you'll be able to run it.
## Optimization ## Optimization
As scripting is not my main job, feel free to give us any suggestions or optimizations in code. Feel free to give us any suggestions or optimizations in code.