Register all dll in a directory in GAC Silently in powershell -
i have register .dll files in directory gac silently without screen popup. how can using powershell. please :)
use gacutil.exe.
& gacutil.exe -i <strongly named dll> note - dll must meet requirements of being installable gac.
Comments
Post a Comment