Download Windows Updates Using C#

假如想象 提交于 2019-12-05 20:54:19

问题


Is there any way to download Windows updates programmatically from within a C# application? I want to manage the installation of updates from within my application.


回答1:


The Windows Update API is documented here. A quick stackoverflow search has convinced me that you can indeed use COM from C# so this should solve your problem.

I also have some sample code, not in C#, but it may give you a head start in understanding how the interfaces can be used.



来源:https://stackoverflow.com/questions/7958803/download-windows-updates-using-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!