Note
I do not commit to ever actually do these things.
- Let users trigger updates themselves.
- Create single script per context (user, system) for upgrades.
- PSADT, serviceui.exe and toast notifications for showing users notifications when logic runs from system context
- Host manifest of what apps to upgrade in a storage account maybe?
- Never use
winget upgrade --all
.
- Never use
- Add check and fix for prerequirements, in case they aren't present.
- App Installer version that includes
winget-cli
. - Microsoft Visual C++ v14 runtime.
- Done, see here.
- App Installer version that includes
- Standardize on requirement/dependency for packages installed using WinGet.
- Use Win32 requirements to run some script?