Talk:Register a managed .NET DLL in the GAC
From NSIS Wiki
Jump to navigationJump to search
How does one create/call a .net script within nsis?
- WARNING
gacutil is a dev tool. It is not available on client machines (except for a mess up with .net1.0 uninstaller). It is not redistributable, so if you include it in your package you are breaking the license agreement.
A proper way to install Assemblies to the GAC is documented by Microsoft here http://support.microsoft.com/kb/317540/en-us
Assembly name
What should the assembly name be? How is this determined?