Put it under HKCU rather than HKLM and there is a setting for load on demand
rather than load on startup (I can't remember the DWORD value right now).
You may want to pop over to the
microsoft.public.office.developer.com.add_ins newsgroup as well.
Tom

Signature
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
> Hi everybody,
>
[quoted text clipped - 23 lines]
>
> Emmanuel
Emmanuel - 22 Nov 2004 11:41 GMT
Thanks
> Put it under HKCU rather than HKLM and there is a setting for load on
> demand rather than load on startup (I can't remember the DWORD value right
[quoted text clipped - 31 lines]
>>
>> Emmanuel
Fariq_Merchant - 22 Dec 2004 01:47 GMT
The DWord value is 8. It did not work for me.
The Addin does not show in the Addin page until the entry in Add-In Manager
key is updated. After that, when add in selected (Checked), the addin is not
loaded. I have put a small message box in OnConnection
System.Windows.Forms.MessageBox.Show("Addin Connect", "MyCOMAddin");
The addin is not disabled as well when it is unchecked. To see this set the
dword value for LoadBeahvior to 3 (Load on starting the application and
connection is established). Unckeck the addin from Tools->Addins. Ihave put
the same message box in public void OnDisconnection, OnBeginShutdown and
OnAddInsUpdate. Need help, please..
Fariq
> Put it under HKCU rather than HKLM and there is a setting for load on demand
> rather than load on startup (I can't remember the DWORD value right now).
[quoted text clipped - 30 lines]
> >
> > Emmanuel