mirror of
https://github.com/clechasseur/clregasm.git
synced 2025-02-17 04:42:38 +01:00
.NET RegAsm replacement supporting per-user registration
| CLRegAsm | ||
| CLRegAsmLib | ||
| CLRegAsmTestAssembly | ||
| Installer | ||
| .gitignore | ||
| CLRegAsm.sln | ||
| LICENSE | ||
| LICENSE.CommandLineArguments | ||
| README.md | ||
CLRegAsm 
A .NET RegAsm.exe replacement supporting per-user registration. .NET COM libraries that wish to support per-user registration can use the provided CLRegAsmLib to detect per-user registration context.
Usage of the command-line client (CLRegAsm.exe) should be pretty straightforward since it supports pretty much the same options as RegAsm.exe, in addition to the /user option to perform a registration for the current user only. Running the client without arguments prints help and lists the options.