Dashboard > Appistry EAF v3.8 > ... > fabric_gac > fabric_gac options
Log In   View a printable version of the current page.  
  fabric_gac options

Options

-i, --install <filename...>

The install option for fabric_gac.exe adds one or more .NET assemblies into the GAC and registry. The option accepts one or more filenames.

Example
fabric_gac -i Appistry.NET.dll

-u, --uninstall <all | filename... | version...>

The uninstall option for fabric_gac.exe removes one or more .NET assemblies from the GAC and registry. You may specify filenames (matching version will be removed), specific version numbers, or 'all' to remove everything.

Example
fabric_gac -u Appistry.NET.dll

-d, --display

Print installed version from GAC and registry

Example
fabric_gac -d
Sample output
Global Assembly Cache:
 Appistry.NET - 3.7.1.7
Windows Registry:
 3.7.1.7

--prompt

Prompt for permission before each removal.

-h, --help

Print the help messages.