Adding assemblies to the GAC from Inno Setup

前端 未结 2 1403
眼角桃花
眼角桃花 2020-12-21 04:46

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 Giov

相关标签:
2条回答
  • 2020-12-21 05:05

    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}.
    
    0 讨论(0)
  • 2020-12-21 05:22

    Not sure about library, but you can call gacutil.exe to install/uninstall assemblies.

    0 讨论(0)
提交回复
热议问题