.net - 从 Inno Setup 将程序集添加到 GAC

标签 .net installation gac inno-setup

直到最近,我们还在使用 Inno Setup 进行安装,我想继续这样做,除非我们可以获得 uninstall option in the start menu (感谢 Giovanni Galbo),但是我们现在需要 GAC 一些外部库,我怀疑这只能通过 .NET 安装项目实现(或至少仅受支持)。

是否可以从另一个设置应用程序调用 GAC'ing 库?

最佳答案

根据http://jrsoftware.org/files/is5-whatsnew.htm你应该能够使用 v5.3 及更高版本来做到这一点

Added .NET support (these cause an internal error if used on a system with no .NET Framework present):

* Added new [Files] section flag: gacinstall.
* Added new [Files] section parameter: StrongAssemblyName.
* Added new constants: {regasmexe}, {regasmexe32}, {regasmexe64}.

关于.net - 从 Inno Setup 将程序集添加到 GAC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61699/

相关文章:

.net - 使用 MSI 在我的应用程序中安装 .NET Framework

eclipse - STS启动时出现 'Unable to find Asm for stackmap generation'错误如何解决?

asp.net-mvc - 安装 ASP.NET MVC 的修改版本

.net - 将一个程序集安装到 GAC 上,用于 mono/.NET

c# - SSRS URL 访问时出现 401 Unauthorized Error ... 但它在 Fiddler 中有效吗?

c# - 来电显示检测 : Doesnt work with some phones

java - 为什么安装了Java JDK之后还需要安装JRE

magento - 安装后删除magento中的install.php

c# - 从 GAC 或其他地方浏览/选择程序集

.net - 设置窗口顶部、左侧、宽度和高度并且仅重绘一次