I have created a .dll project and I want to add it to Global Assembly Cache of Tridion server.
Consider I have the .dll at location "C:\Documents and Settings\myfunction.dll".
I have some questions.
Do I need to download the gacutil.exe from server or gacutil.exe present in my local machine is enough?
If gacutil.exe present in my local machine enough, do I need to change any configuration files?
What set of commands do I need to use in gacutil.exe?
Is there documentation available for it in SDL Tridion Live documentation?