Versions Compared

Key

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

Uninstalls an assembly from the global assembly cache.

User Interface

GAC Uninstall

Assembly

Assembly path

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

Assembly ListFile

The path to the a file which lists the assemblies to uninstall 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. 

...