-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only update specific apps #36
Comments
Hi. |
My take on this is: If/when there's a whitelist for WAU I'm gonna populate the list from the registry when users install/uninstall an app from SCCM |
v1.7.0 published as pre-release for testing. You can now use white list to only maintain app you want. Juste create an included_apps.txt next to excluded_apps.txt, add the apps in list and run ".\Winget-AutoUpdate-Install.ps1 -UseWhiteList" |
Nice solution (populated or not)! |
The idea if you use White List is : And if you use Winget-Install, you can install apps and use the "-WAUWhiteList" switch to add the app to white list when it's installed |
Wonderful! |
glad it helped ;) |
Hi! |
Ok so for those that were deployed with the ‐Listpath is there a way to fix them after the fact? |
Yes, simply redeploy WAU. |
Could you in a terminal manually run the command |
Strange then... |
No this is my whitelist. Google.Chrome |
Well, run the same command as before as system in a terminal (psexec or nirsoft advanced run) and post the output. |
https://www.nirsoft.net/utils/advanced_run.html |
Your system winget is under |
I agree, in your case we need to see what winget returns in system context. |
As an alternative to the 'excluded_apps.txt' it would be nice to have a 'included_apps.txt' for whitelisting purpose, i.e when specifik apps are installed via SCCM that list could be updated and WAU should only update these, not anything else.
The text was updated successfully, but these errors were encountered: