Monday, July 21, 2008

Preventing Office Addin from loading Everytime when Application Opens

When add-in is created its LoadBehavior registry value is 3 in the Setup project. This results in every Office session add-in load. Change the value of 3 to 1 for not loading the add-in by default

Registry key is available HKEY_CLASSES_USER\Software\Microsoft\Office\\Addins\\LoadBehavior

(Registry Value for LoadBehavior)





(Office Addin when Automatic Loaded)




Preventing Excel Addin from loading Everytime when Application Opens, Preventing Word Addin from loading Everytime when Application Opens, Preventing Powerpoint Addin from loading Everytime when Application Opens, Preventing Outlook Addin from loading Everytime when Application Opens

No comments:

Post a Comment