There are two ways to install .NET assembly in GAC:-
* Using Microsoft Installer Package.
* Using Gacutil. Goto “Visual Studio Command Prompt†and type “gacutil –i
(assembly_name)â€, where (assembly_name) is the DLL name of the project.
for example gacutil -i myproject.dll