You need to do more than just reference the Outlook and Office PIA's you need to ensure that they are on the target systems or prevent your addin from even installing. Same for the Framework version and that KB article.
For that you need to set pre-requisites. That KB article has very specific instructions on how to download the redistributable for the KB fix and how to add it as a pre-requisite for your installer. I just followed the instructions there when I create my own set of packages to install and set of pre-requisites.
Make sure you are distributing all that stuff and checking the pre-requisites. Also read the deployments walkthroughs on setting security, they are pretty thorough. If you follow the instructions you should be just fine.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm
"BalajiGopalakrishnan via OfficeKB.com" <u31420[ at ]uwe> wrote in message news:6d7fac0826a85[ at ]uwe...
[Quoted Text] > Hi Ken, > First of all my heartly thanks for replying my message. > > I am using Microsoft Outlook 2003 (11.5608.5606) in XP(Professional) > operating system. The project is developed using Visual Studio 2005(Shared > Add-in Type -- C#).The following references are included in the project. > > · Microsoft Office 11.0 object library (TypeLib version 2.3) > · Microsoft Outlook 11.0 object library (TypeLib version 9.2) > > In OnStartupComplete event we have written the code for creating the > toolbar > and toolbar buttons. > In OnBeginShutdown event we have written the code to just to delete the > toolbar buttons. > > I have added one of the prerequisites as Office 2003 PIA while creating > the > setup itself.I have created the assembly and also I have signed it, but > after > creating how to set the security for it? > > I have checked with installing KB 908002 ( > http://support.microsoft.com/kb/908002), but in vain. > > Also just before replying your thread, I tried using Shim solution( > http://msdn2.microsoft.com/en-us/library/aa140200(office.10).aspx), I have > also incorporated each and every step explained in this site, but still in > vain. > > I dont know where I am making the mistake.Please help me. > > Thanks & Regards, > Bala.
|