Word "Helper" Addin adxloader

Add-in Express™ Support Service
That's what is more important than anything else

Word "Helper" Addin adxloader
 
Rick Koch




Posts: 172
Joined: 2006-09-05
How do I combine an Outlook Addin and a Word Addin (to create buttons in the Word email editor) in a single installer?

Should both addins be using the same Loader\adxloader.dll resouces, or should I just include the loader\adxloader from both projects in a single setup project?
Posted 22 Mar, 2010 14:00:33 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hi Rick,

There is a straightforward way: specify both Word and Outlook in the SupportedApps property of the add-in module. In the code, you'll need to check the HostApplication property. Also, please see the following sample add-in project that demonstrates hiding Outlook commandbars in Word and Word command bars in Outlook WordMail inspector:

http://www.add-in-express.com/files/projects_pub/hidewdandolcommandbars.zip


Andrei Smolin
Add-in Express Team Leader
Posted 22 Mar, 2010 14:16:45 Top