Hi all !!
I will need to build a little program to add a function in outlook 2002
(just add an entry in the contextual menu to export a mail + a form) the
problem is not in the devellopment but in the deployment.
I will need to deploy this code to 250 outlook 2002 without user
manipulation.
I wonder what is to good way : should i build a vba macro and copy the
project file to all pc throught a logon script or build a outlook complement
?
If someone has an idea for the best solution, give me your opinion.
Thanks in advance,
olivier
Sue Mosher [MVP-Outlook] - 26 Jul 2005 14:15 GMT
No, that's a bad idea. The correct way to deploy code within your organization is to incorporate it into a COM add-in. See http://www.outlookcode.com/d/comaddins.htm

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi all !!
>
[quoted text clipped - 13 lines]
>
> olivier