Windows – Install Assemblies

email me

Gacutil.exe allows you to install assemblies into the cache, remove them from the cache, and list the contents of the cache. Gacutil.exe provides options that support reference counting similar to the reference counting scheme supported by Windows Installer.

Use the following command to install assemblies:

gacutil /if c:\foo\foo.dll

 

Notes

How to: Install an assembly into the global assembly cache