Gacutil.exe tool is used to install an assembly into GAC. For this you can use the visual studio command prompt and enter the command,gacutil -i assemblyname.dll
Once you installed an assembly into GAC, you can use it for multiple applications.