Skip to content

Instantly share code, notes, and snippets.

@aturgarg
Created June 27, 2011 14:27
Show Gist options
  • Select an option

  • Save aturgarg/1048951 to your computer and use it in GitHub Desktop.

Select an option

Save aturgarg/1048951 to your computer and use it in GitHub Desktop.
Register an exe or dll
%windir%\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /unregister Test.exe /codebase
%windir%\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe Test.exe /tlb:Test.tlb /codebase
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment