Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

MSI Error Code 2146498304

When pushing KB updates from Microsoft, Status will Fail with MIS Error -2146498304.

 

0

Comments

3 comments
Date Votes
  • What does the output log show?

    0
  • There are no current output log available. Last output log was from 4/18/2022. Unless the logs are saved to another location besides "C:\ProgramData\Admin Arsenal\PDQ Deploy\Deployment Output" 

    0
  • Sorry to resurrect this: These "msi" codes are actually hex values from windows update that have been converted to decimal. If you convert it back to hex you'll get: 800F0900

    Looking that up on MS' sheets (there's like 7) you'll see it matches the following:

    0x800f0900 CBS_E_XML_PARSER_FAILURE unexpected internal XML parser error.

    0