从Inno Setup向GAC添加程序集

joh*_*hnc 4 .net installation gac inno-setup

直到最近我们使用Inno Setup进行安装,我想继续这样做,除非我们可以在开始菜单中获得卸载选项(感谢Giovanni Galbo),但我们现在需要GAC一些外部库,我怀疑是仅通过.NET安装项目可行(或至少仅支持).

是否可以从另一个安装应用程序调用GAC的库?

Lar*_*ens 6

根据http://jrsoftware.org/files/is5-whatsnew.htm,您应该可以使用v5.3及更高版本

添加了.NET支持(如果在没有.NET Framework的系统上使用,则会导致内部错误):

* Added new [Files] section flag: gacinstall.
* Added new [Files] section parameter: StrongAssemblyName.
* Added new constants: {regasmexe}, {regasmexe32}, {regasmexe64}.
Run Code Online (Sandbox Code Playgroud)