【发布时间】:2014-11-28 06:22:30
【问题描述】:
考虑以下命令
gacutil /i Microsoft.Powershell.ConsoleHost.dll
这会将程序集安装到
C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.PowerShell.ConsoleHost
现在,考虑另一台没有gacutil 的计算机。你可以安装
this update 和一样
组件将安装到同一个地方。此更新如何安装到
没有gacutil的全局程序集缓存?
【问题讨论】:
-
是什么让你相信更新要么没有使用
gacutil,要么没有做与gacutil相同的事情(我的意思是后者,微软拥有gacutil工具和更新/安装程序等。他们最终都实现了。) -
酷..那么你知道安装程序不使用
Gacutil。更新/安装程序如何将程序集添加到 GAC。不知道他的详细信息,但 MS 为安装程序编写了代码。如果我仍然错过了你的问题,我很抱歉。 -
any code可以使用fusion api,不需要gacutil。
标签: .net gac windows-update gacutil