2025-03-14 21:59:59 -06:00
|
|
|
# gacutil
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Global Assembly Cache (GAC) management utility.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://manned.org/gacutil>.
|
|
|
|
|
|
|
|
|
|
- Install the specified assembly into GAC:
|
|
|
|
|
|
|
|
|
|
`gacutil -i {{path/to/assembly.dll}}`
|
|
|
|
|
|
|
|
|
|
- Uninstall the specified assembly from GAC:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`gacutil -u {{assembly_display_name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Print the content of GAC:
|
|
|
|
|
|
|
|
|
|
`gacutil -l`
|