Skip to content

winget install/upgrade output codes not documented #3197

Discussion options

You must be logged in to vote

You should put a 👍 on the related issue to raise its priority:

While they aren't documented, they are defined in this file AppInstallerErrors.h and you can get a rough understanding of the error through its name.

Your specific exit code -1978335205 corresponds to a hex value of 0x8A15001B (signed 2's complement). Looking at the file, it seems an issue regarding Microsoft Store client being blocked by Group policy

#define APPINSTALLER_CLI_ERROR_MSSTORE_BLOCKED_BY_POLICY ((HRESULT)0x8A15001B)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ITAsADayJob1
Comment options

Answer selected by ITAsADayJob1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants