In case you would like to use Manage Registry ActiveX Control in your own products you have to include Registry.dll into your installation procedure.
To install it on a client's machine do the following:
Regsvr32 Registry.dll (use RegAx.exe instead of Regsvr32 in Windows Vista)
Please, note that you must be located inside the directory where the DLL is placed or specify full path to this file
Once Manage Registry ActiveX Control is registered on the target computer you may use its properties and methods in the same way as any other ActiveX Component.
To uninstall it do the following:
Regsvr32 Registry.dll /u (use RegAx.exe instead of Regsvr32 in Windows Vista)
To be able to redistribute Manage Registry ActiveX Component without any limitations you must own OEM license. Only OEM license grants you with commercial royalty-free redistribution rights.
To enable quiet registration of Manage Registry ActiveX Component you need to execute the following command:
regsvr32 Registry.dll /i:"Name#code"
Where "Name" is registration name and "code" is registration code. For example:
regsvr32 Registry.dll /i:"TEST TEST#xxxxx-W9FC5V-31AXAX-F884EC-WN7G92-X3VXEE-21CFEE-524E94-651198-2A84FA-663C11-xxxxxx"