Add an Assembly using Power Shell
- Chris Speed

 - Oct 4, 2016
 - 1 min read
 
Add an assembly using Power Shell.
Set-location "C:\Program Files (x86)\BMC Software\ARAPI80.NET" [System.Reflection.Assembly]::Load("System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a") $publish = New-Object System.EnterpriseServices.Internal.Publish $publish.GacInstall("C:\Program Files (x86)\BMC Software\ARAPI80.NET\BMC.ARSystem.dll") iisreset

Comments