how to register COM add-in for MS Project XP?

K

khippytch

(i understand that it is very silly question, but i don`t
know where FAQ for this forum is)

i`ve developed simplest COM add-in (CoClass implementing
_IDTExtensibility2 interface) and it works pretty well
with Outlook and Word, but i don`t know how to register it
for MS Project XP, more specifically, where to place in
the System Registry its add-in registration data. For Word
and Outlook i`ve been placing it into:

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins
\

or

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Word\Addins\

but for some unknown reasons it doesn`t work with MS
Project (it doesn`t see my add-in after placing its
registration data to
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Project\Addins
\ )

Can anybody help me - where should i place that
registration data for MS Project, or, maybe, MS Project XP
doesn`t support COM add-in extensions at all??
 
Top