COM Objects Registration

Post date: Jul 23, 2009 7:7:37 PM

In order to register or un-register these COM Objects under Windoze OS, normally you would use the command:

RegSvr.exe <whatever.dll> In order to register the file

and

RegSvr.exe /u <whatever.dll> In order to un-register the file.

Here is a method to do that from the GUI by the mouse.

Neat right?The way to add this to the windows is attached, as a Reg file.After you apply it, you can register a COM objects by just to double clicking on them, or multi-select a bunch and register them altogether but one click.