Uninstall-GacAssembly

This command deletes an assembly from the Global Assembly Cache (GAC) of the computer on which it is executed.


Settings:

  • Assembly
    Select the assembly to be deleted. The use of variables is possible. Use the "..." button to select an existing file (on the packaging system) or enter the name of the assembly manually.
  • Uninstall options
    • Uninstall all available versions in the GAC
      All versions of the specified assembly installed in the Global Assembly Cache are uninstalled.
    • Specify assemblies by
      Deletes only the specified version or language of the assembly selected above. To delete multiple versions or language versions, a multiple selection can be used using wildcards; e.g. ?.?.???????
      • Version Number
        Specifies a version number of the assembly to be deleted.
      • Culture Code
        Specifies the culture of the assembly to be deleted.
      • Public Key
        Unique key that identifies the assembly to be deleted.


Example:

Uninstalls all versions of the BouncyCastle Crypto-Assembly installed in the Global Assembly Cache.


Corresponds to DSM eScript command:

  • UninstallAssemblyFromGAC


See also: