To install a strong-named assembly into the global assembly cache using the Global Assembly Cache tool (Gacutil.exe)
At the command prompt, type the following command:
gacutil -i
In this command, assembly name is the name of the assembly to install in the global assembly cache.
The following example installs an assembly with the file name hello.dll into the global assembly cache.
gacutil -i hello.dll