Search code examples
.netvisual-studio-2012nsisgacgacutil

Install a .NET assembly without gacutil


I want to install my custom visual studio 2012 wizard with my NSIS installer but I don't know how to register the assembly. It needs gacutil.exe but this is not shipped along vs2012 as far as I know.. and it's a developer tool.

How can I do that?


Solution

  • You could write a little .NET helper app based on this information. Someone tried porting this to NSIS but never got it working...