I'm making an installer with InnoSetup for a .NET application, and I want to regis开发者_开发百科ter some assemblies during the install. How can I do this?
Thanks.
Did you try the gacinstall file flag? It's explained in their documentation in "Setup Script Sections" -> "[Files] section": http://www.jrsoftware.org/ishelp/
精彩评论