Installed WinGet packages disappear again #87
Unanswered
Frank-Radmayr
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Looks like this is related to a outdated winget client. I do look into it right now. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together
I want to distribute WinGet SW packages via SCCM to the clients in our company.
In the meantime I have packaged 10 WinGet packages and distributed them to several test clients via SCCM.
The install Powershell command looks +- the same for all SW packages
$appID = '9NBLGGH5R558'
winget install --silent --accept-source-agreements --accept-package-agreements --source msstore --id $appID
Now the amazing, after a few days, all WinGet packages are deleted or uninstalled from the clients as if by magic.
I don't see any entries in any log, be it the WinGet specific App Log, neither nor in the eventvwr.
Does anyone have any experience or ideas as to why these WinGet apps are disappearing from the client?
Thanks
Kind regards
Frank
Beta Was this translation helpful? Give feedback.
All reactions