You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E_ABORT : Result := 'The parent window was destroyed before the controller creation was finished.';
@@ -168,7 +169,10 @@ function ControllerCreationErrorToString(aErrorCode : HRESULT) : wvstring;
168
169
if (aErrorCode = HResultFromWin32(ERROR_FILE_NOT_FOUND)) then
169
170
Result := 'The system cannot find the file specified.'
170
171
else
171
-
Result := 'Unexpected error result.';
172
+
if (aErrorCode = HResultFromWin32(ERROR_CORRUPTED_CBS)) then
173
+
Result := 'Not found. A corrupted Component-Based Servicing (CBS) manifest or corrupted system files that prevent Windows from locating necessary update components.'
0 commit comments