Manual registration:
Step 1: Use the registration tool regsvr32 in Windows to register the OCX control, click "start"-> "run", and enter the following in:
Regsvr32 Control path/mscomm32.ocx
Step 2: manually create a primary key entry in the Registry: click "start" and "run", enter the Regedit command in the registry, find hkey_classes_root/licenses, and add the primary key
4250e830-6ac2-11cf-8adb-00aa00c00905 and set the content:
Kjljvjjjoquqmjjjvpqqkqmqykypoqjquoun
Automatic Registration of Installation Package (Advanced installer)
Step 1:
My application uses several DLL and OCX files. How can I register those files?
In order to mark files for self-register, first you must use an advanced installer 0.3 version or higher. in the files and folders page, edit the properties of the files you want to register (double click them or use the properties toolbar button ). check the auto register file checkbox. that's all!
Right-click/attribute/automatically register file/self-register local database
Step 2:
Add the key value mentioned above in "Project Definition"-Registry