Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 825
Colen Avatar asked Dec 04 '10 06:12

Colen


1 Answers

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

like image 59
rmrrm Avatar answered Sep 24 '22 17:09

rmrrm