|
I'm building an Outlook add-in using VSTO 2005 targeted at Outlook 2003.
I've successfully added the SetSecurity project (from the MSDN "Deploying VS2005 Tools for Office Solutions Using Windows Installer" 2 part series) to my solution, which appears to properly configure security for my primary dll when my add in is deployed to another machine using my setup project.
However, the SetSecurity project sample doesn't appear to set up permissions for the com objects referenced in my add-in and my add-in throws an error when I run it. Specifically, my add-in uses the CDO and web browser com objects, so I'm guessing I also need to add Caspol calls for the Interop.MAPI.dll and the Interop.SHDocVw.dll to my setup project?
What's the best way to do this? I've never used Caspol before, so its syntax is Greek to me (i.e. the specifiec syntax would be most helpful)!.
Thanks for any thelp!
|