简体   繁体   English

如何在InnoSetup中将.NET程序集添加到GAC?

[英]How do I add a .NET assembly to the GAC in InnoSetup?

I'm making an installer with InnoSetup for a .NET application, and I want to register some assemblies during the install. 我正在使用InnoSetup安装.NET应用程序的安装程序,我想在安装过程中注册一些程序集。 How can I do this? 我怎样才能做到这一点?

Thanks. 谢谢。

Did you try the gacinstall file flag? 您是否尝试过gacinstall文件标志? It's explained in their documentation in "Setup Script Sections" -> "[Files] section": http://www.jrsoftware.org/ishelp/ 在其文档的“安装脚本节”->“ [文件]节”中对此进行了说明http : //www.jrsoftware.org/ishelp/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM