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
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.