Created
June 27, 2011 14:27
-
-
Save aturgarg/1048951 to your computer and use it in GitHub Desktop.
Register an exe or dll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %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