Replies: 2 comments 20 replies
-
Very detailed :) So, when WAU self update, it should keep all settings, config files and mods files. When you uninstall/reinstall WAU, I agree, everything is removed except logs. It might be a good idea to implement a Regarding a shortcut to run WAU manually, I have it on my desktop :) but that is quite simple to implement and anybody can do it, as it is just a shortcut (and you can easily deploy it with SCCM or Intune). The thing is, the scheduled task is not readable for users as it is made to run as system. In your context, if I understand well, you've customized the scripts to run |
Beta Was this translation helpful? Give feedback.
-
Could I make a PR with my solution to the importance of this?
Our scenario:
The result is an included_apps.txt and mods directory that gets populated/unpopulated over time when users install/uninstall the published available apps, and it's different on each device.
Now we want to make a new deployment of WAU (better winget, incorporated own solution for running the System Task Winget-AutoUpdate via a shortcut in the Start Menu as a standard user and an integration with your Task Winget-AutoUpdate-Notify to make sure the user is aware of something happening when the shortcut is executed) but your WAU-Uninstall.ps1 and Winget-AutoUpdate-Install.ps1 deletes everything but the logs.
So my solution is to keep some files as they are, enabling us to upgrade WAU to our custom solution without interference.
Thus keeping all the mods and entries in the included_apps.txt.
Regarding #108 (comment) "../because you may want to force a reinstall/.." that could be solved by a PARAMETER to Winget-AutoUpdate-Install.ps1/WAU-Uninstall.ps1 when installing/uninstalling (i.e. -Clean or -NoClean if the default is set to -Clean).
The shift from WhiteList to BlackList and back doesn't get affected and excluded_apps.txt is always deleted.
BTW: "../running the System Task Winget-AutoUpdate via a shortcut in the Start Menu as a standard user and an integration with your Task Winget-AutoUpdate-Notify to make sure the user is aware of something happening when the shortcut is executed/.." could also be a native part of WAU :)
Beta Was this translation helpful? Give feedback.
All reactions