Skip to content

Instantly share code, notes, and snippets.

@michaelbramwell
Created April 20, 2016 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbramwell/4459b3d28fa9e7c04947eab42214d3ec to your computer and use it in GitHub Desktop.
Save michaelbramwell/4459b3d28fa9e7c04947eab42214d3ec to your computer and use it in GitHub Desktop.
Gac Install Powershell
[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:\temp\{dllname}.dll")
iisreset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment