How to extract an assembly from the GAC?

后端 未结 15 2031
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-29 15:29

There is a package I have to deal with which installs assemblies straight into the GAC (e.g. somewhere deep in %windows%/assembly).

How do I exorcise the actual as

15条回答
  •  醉梦人生
    2020-11-29 15:46

    just navigate to C:\Windows find the [assembly] folder right click and select add to archive

    wait a little

    vola you have an archive file containing all the assemblies in your GAC

提交回复
热议问题