Tag: wuapi

WUApiLib IUpdateInstaller2产生错误; 一些操作系统更新安装其他人扔HResult -2145124318

正在从本地服务器而不是从WUS或Microsoft存储库下载更新。 本地服务器是基于Linux的,主机是每次更新的内容。 我没有使用UpdateDownloader从Microsoft Servers下载,我手动下载更新内容,然后使用CopyToCache 。 这些装好了 Windows XP,Server 2003,Vista,Server 2008 x86上的Microsoft .NET Framework 3.5 SP1安全更新程序(KB2736416) Microsoft Visual Studio 2010安全更新程序(KB2542054) 这些没有 XP,Server 2003,Vista,Windows 7,Server 2008 x86上的Microsoft .NET Framework 4安全更新程序(KB2840628) Windows XP,Server 2003,Vista和Server 2008 x86上的Microsoft .NET Framework 3.5 SP1更新(KB2836940) 我的流程如何运作 我从本地服务器收到此安装,我用它来下载更新的所有下载内容。 (KB2840628上面的blockquote文本是下面提供的示例) { “app_uris”: [ { “file_name”: “msipatchregfix-x86_94a84b80b8b45a1ac53a0e5d085513da0f099655.exe”, “file_uri”: “https://192.168.5.108/packages/d13c13c81f94fbb48f39c817a71ff239a31773d3a0e821a968dc42a913892841/msipatchregfix-x86_94a84b80b8b45a1ac53a0e5d085513da0f099655.exe”, “file_size”: 130600 }, { “file_name”: “ndp40-kb2840628-v2-x86_891d50ff3c1322db3fb0fde222ebb0aaa5260272.exe”, “file_uri”: […]