Click here to Skip to main content
15,884,038 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created an Outlook addin in C#. That parses the incoming mail and saves to database. I have taken the sample here http://msdn.microsoft.com/en-us/library/ee692172.aspx#OfficeOLExtendingUI_ContextMenuforaMailItem[^]

And modified according to my requirements. How to deploy this dll or exe to work in other machines also. ?
Posted

1 solution

Either use the Deployment/Setup project[^] in Visual Studio (which is good for most simple projects) or use something more comprehensive like Wix[^]or Advanced Installer[^]
 
Share this answer
 
Comments
Gokulnath007 26-Jul-12 6:42am    
I have used setup and deployment. But those dlls are there in installed folder. While adding to outlook 2010, it says not a valid dll.
barneyman 26-Jul-12 6:47am    
at the risk of sounding pedantic, I answered the question you asked ...

You have to establish why it's not valid; does it require MFC/ATL DLLs you're not shipping, does it need to be signed, is the manifest correct, is it the right chip architecture .... etc

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900