the Ole Automation List is just a list of some windows registry subtree.
The first tree is HKEY_CLASSES_ROOT,
you should have your ProgID there, for example look at Excel.Application, you can put any name, for example MyXXX, or Your.YYY.DontKnowWhat.
In your key put the subkey CLSID (it's value is a GUID) indicating what this is an OLE object,
for example {..-FFFF.-..}.
Next key HKEY_CLASSES_ROOT\CLSID
you should have a subkey there, this one should be
identicall with your {..-FFFF.-..}
Ant there is also much more information you should know about what you can put in the registry.
Ion Filipski