Loading problem on server reboot

E

eguittier

Hi,

I install a Outlook 2007 add-in on a Windows 2003 Server, in Terminal
Server mode.
The deployment of this add-in is with Click-once.

My add-in work perfectly for all my users.

My problem : when the server restart, the add-in doesn't reload
automaticilly. I had to re-activate it in the "confidentiality
center" in Outlook.

I forgot an option in click-once ?
I need to register something in a registry key ?


Thanks for answering.
 
K

Ken Slovak - [MVP - Outlook]

To have an Outlook addin start up automatically when Outlook is started the
LoadBehavior value must be 3. That is in either HKCU or HKLM under
\Software\Microsoft\Office\Outlook\Addins\ where there should be an entry
for your addin.

If LoadBehavior is 3 originally and then gets changed to 2 or 0 after
Outlook is shut down then that indicates that some error caused the addin to
become disabled from loading. In cases where unhandled errors occur or
crashes then your addin might be disabled by Outlook, which would land it in
the Disabled Items list.
 
E

eguittier

Thank for answering.

The key is not created in HKLM under \Software\Microsoft\Office\Outlook
\Addins\

I create it and it works.

Thanks !!
 
E

eguittier

After testing, it's doesn't work.
But i found the answer : on add-in startup, it checks if an update is
available. And there is a problem with the authentification on the
folder. I change the folder and it works fine now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top