I have an application that uses WSUS client API to download and install updates. I have been trying to figure out how to report the client's status to the server once installs are complete, without having to run: wuauclt /detectnow from the command line.

The update log in C:\Windows\WindowsUpdate.txt does show the reporting event: 0 Success Pre-Deployment Check Reporting Client Status

So it seems that there is a way to report the status, I just can't find it in the API documentation.

Thanks in advance.

link|improve this question

67% accept rate
feedback

1 Answer

I don't really know much about these APIs (maybe it would be helpful if you clarify what exactly you're doing), but this looks promising:

From the Windows Update Agent (WUA) API Reference:

If you don't want to keep polling these objects for new progress, it looks like there is also the following, which your code can implement:

I don't know if this is what you're asking for, but this is my guess. Hope that helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.