从Inno Setup的添加组件到GAC组件、Inno、Setup、GAC

由网友(毕业那天我们要笑着滚蛋)分享简介:直到最近我们使用创新安装我们的设备,这是我想继续做,除非我们能得到的在开始菜单中(感谢乔瓦尼Galbo)卸载选项,但是我们现在需要GAC一些外部库,这是我怀疑是唯一可行的(或者至少是仅支持)虽然.NET安装项目。是否有可能从另一个安装程序调用GAC'ing库?解决方案 根据的http:// jrsoftware.or...

直到最近我们使用创新安装我们的设备,这是我想继续做,除非我们能得到的在开始菜单中(感谢乔瓦尼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.

下载 Inno Setup 5.3.11 Windows 版 Filehippo.com

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

阅读全文

相关推荐

最新文章