Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top