Search code examples
.netinstallationgac

How do I add a .NET assembly to the GAC in InnoSetup?


I'm making an installer with InnoSetup for a .NET application, and I want to register some assemblies during the install. How can I do this?

Thanks.


Solution

  • Did you try the gacinstall file flag? It's explained in their documentation in "Setup Script Sections" -> "[Files] section": http://www.jrsoftware.org/ishelp/