Windows error 0x80240004, -2145124348

Detailed Error Information

WU_E_NOT_INITIALIZED[1]

MessageThe object could not be initialized.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode36 (0x024)
NameFACILITY_WINDOWSUPDATE[2][3]
DescriptionThe source of the error code is a Windows update.[2][3]
Error Code4 (0x0004)

Questions

1vote
0answers

WUAPI: Feature Updates

I'm trying to install a feature update using WUAPI. I believe I need IUpdateInstaller4::Commit method but I cannot make it work. Without the commit method the feature update stays in the processing state after the installation. I already tried few things: * updateSession.CreateUpdateInstaller() returns IUpdateInstaller not IUpdateInstaller4. Anyway I tried: [...] read more
c#
windows
com
wuapi

Comments

Leave a comment

(plain text only)

Sources

  1. wuerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0