I need to register 开发者_JAVA百科an assembly in the GAC using batch file. Is there a way to find the installation location of GacUtil.exe
or is there a way to register the assembly without GacUtil?
Your bestbet is to use a powershell script that wraps Publish.GacInstall, such as this one
精彩评论