.net - Adding assemblies to the GAC from Inno Setup -


until using inno setup our installations, continue doing, unless can uninstall option in start menu (thanks giovanni galbo), need gac external libraries, suspect doable (or @ least supported) though .net setup project.

is possible call gac'ing library setup application?

according http://jrsoftware.org/files/is5-whatsnew.htm should able v5.3 , above

added .net support (these cause internal error if used on system no .net framework present):

* added new [files] section flag: gacinstall. * added new [files] section parameter: strongassemblyname. * added new constants: {regasmexe}, {regasmexe32}, {regasmexe64}. 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -