如何使用C#检查Windows和其他Microsoft服务的更新?

如何使用C#检查Windows和其他Microsoft服务的更新?

问题描述:

如何使我的应用程序直接从Microsoft更新服务器或其他任何服务器检查Windows和其他Microsoft服务的更新?我想这样做,以便它检查更新,然后下载并安装更新,然后
它显示我已经制作的表格,在1分钟倒计时后重新启动计算机。

How do I make it so that my application checks for updates for Windows and other Microsoft services directly from Microsoft update servers or whatever they have? I want to make it so that it checks for updates then it downloads and installs the update, then it displays a form I've already made that restarts the computer after a 1 minute countdown.

请注意我已经熟悉了WUApiLib,我只是不知道如何完成我想做的事。


请注意我已经熟悉了WUApiLib,我只是不知道如何完成我想做什么。

Please note I'm already familiar with the WUApiLib, I just don't know how to accomplish what I want to do.


你的意思是什么?  是否要使用Windows Update代理以外的其他功能? 

What do you mean by the above?  Do you want to use other than Windows Update Agent?