1
0
Fork 0
mirror of https://github.com/clechasseur/clregasm.git synced 2025-02-17 04:42:38 +01:00
.NET RegAsm replacement supporting per-user registration
Find a file
Charles Lechasseur e8ac619e0d Update README.md
2016-11-06 21:08:47 -05:00
CLRegAsm Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
CLRegAsmLib Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
CLRegAsmTestAssembly Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
Installer Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
.gitignore Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
CLRegAsm.sln Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
LICENSE Initial commit 2016-11-06 20:15:09 -05:00
LICENSE.CommandLineArguments Initial commit of version 1.0 2016-11-06 20:55:56 -05:00
README.md Update README.md 2016-11-06 21:08:47 -05:00

CLRegAsm GitHub license

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.