How you would get a copy of a DLL when it's in the GAC
This application takes at least two arguments. The first argument is the physical path to the GAC on the system. The second is the path where the DLL needs to be copied. The following example copies all Crystal components in the GAC to a backup folder:
GetGACAssemblies C:\Windows\Assembly C:\Projects\GACBackup Crystal*.dll
If you just need a backup of all GAC assemblies, simply do something like this:
GetGACAssemblies C:\Windows\Assembly C:\Projects\GACBackup
This application takes at least two arguments. The first argument is the physical path to the GAC on the system. The second is the path where the DLL needs to be copied. The following example copies all Crystal components in the GAC to a backup folder:
GetGACAssemblies C:\Windows\Assembly C:\Projects\GACBackup Crystal*.dll
If you just need a backup of all GAC assemblies, simply do something like this:
GetGACAssemblies C:\Windows\Assembly C:\Projects\GACBackup
Comments
Post a Comment