从Inno Setup的添加组件到GAC [英] Adding assemblies to the GAC from Inno Setup

查看:421
本文介绍了从Inno Setup的添加组件到GAC的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

直到最近我们使用创新安装我们的设备,这是我想继续做,除非我们能得到的在开始菜单中(感谢乔瓦尼Galbo)卸载选项,但是我们现在需要GAC一些外部库,这是我怀疑是唯一可行的(或者至少是仅支持)虽然.NET安装项目。

是否有可能从另一个安装程序调用GAC'ing库?

解决方案

根据的http:// jrsoftware.org/files/is5-whatsnew.htm 你应该能够与V5.3做到这一点,上面

  

补充.NET的支持(这会导致   如果使用的系统上的内部错误   没有.NET框架present):

  *增加了新的[文件]部分标志:gacinstall。
*增加了新的[文件]部分参数:StrongAssemblyName。
*增加了新的常数:{regasmexe},{regasmexe32},{regasmexe64}。
 

Until recently we were using Inno Setup for our installations, something I would like to continue doing, unless we can get an uninstall option in the start menu (thanks Giovanni Galbo), however we now need to GAC some external libraries, something I suspect is only doable (or at least only supported) though the .NET Setup Project.

Is it possible to call a GAC'ing library from another setup application?

解决方案

According to http://jrsoftware.org/files/is5-whatsnew.htm you should be able to do it with v5.3 and above

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}.

这篇关于从Inno Setup的添加组件到GAC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆