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

问题描述

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

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

解决方案

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

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

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

08-04 01:07
查看更多