Forum Discussion
Understanding deployment and upgrade logs
Can someone help me find the resources to really understand Windows upgrade logs? What I find on Technet starts off pretty good, with an explanation of error codes and "some" https://docs.microsoft.com/en-us/windows/deployment/upgrade/resolution-procedures#0x800xxxxx , but in the end it's not detailed enough to do error-digging.
I am looking for an error code like
----------------------------------
0x80070005-0x5000F
----------------------------------
0x8 is a Win32 error
7 is the device
0005 is Access denied
----
0x5 is SP_EXECUTION_UNINSTALL
0F is SP_EXECUTION_OP_ADD_UNATTEND
Especially that last part: what is it about? And what are these procedures below trying to access? Boot sector?
---------------------------------
2019-01-03 09:24:21, Error SP CSetupPlatform::SuspendAndRelease: Error creating the Setup Platform key. Error: 0x80070005
----------------------------------