Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installs an assembly into the global assembly cache.

User interface

GAC Install

Assembly

Assembly path

The path to the file which contains the assembly manifest to install into the global assembly cache. 

Assembly ListFile

The path to the a file which lists the assemblies to install into the global assembly cache. The file contains on path to an assembly to install on each line. 

Options

Force re-install

If an assembly of the same name is already installed it will be overwritten with the supplied assembly. 

Add reference count

When installing the assembly into the global assembly cache the reference count for the assembly is also increased. 

...

UNINSTALL_KEY: Use this value if the installed assembly should be linked to an installed application. The ID will be a key name of an installed application listed in the registry (HKLM\Software\Microsoft\Windows\CurrentVersion\).  

FILEPATH: Use this value if the installed assembly should not be linked to an application. 

...

UNINSTALL_KEY: The ID will be a key name of an installed application listed in the registry (HKLM\Software\Microsoft\Windows\CurrentVersion\). 

FILEPATH: The ID will be the full path of the application executable that installed the assembly. 

...