Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Enable/Disable the Outlook 2007 plug-in


1 reply to this topic

skj

skj
  • Full Members
  • 13 posts

Posted 09 February 2010 - 13:50

Like to what is the optimum method to Enable/Disable the Outlook 2007 plug-in

Example:

Enable
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Test.TestFormat
LoadBehavior=3

Disable
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Test.TestFormat
LoadBehavior=0

Link: http://msdn.microsof...px#LoadBehavior

Thanks in advance for your help!!!


Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 10 February 2010 - 12:57

Use 3, that means that the addin is automatically initialized when Outlook is started. Option 0 means that the user must press a button in a dialog far, far away.

Note that this setting only affects the starting behavior of Outlook. When Outlook is already running, you should connect with Outlook (through COM) to access the running instances - or tell the user to restart Outlook.