Thursday, August 21, 2008

Developing MS Word AddIn

I have some posts in another blog which shows how to develop and putting functionalities to your COM AddIn for Microsoft Word 2003 using c# and .Net technology.

Posts are :

Post 1 : Prerequisites for AddIn
Post 2 : Creating an AddIn
Post 3 : Registry settings for AddIn
Post 4 : Debugging your AddIn
Post 5 : Custom Actions on AddIn


Please feel free to put comment on posts and share your experience.

Cheers,

3 comments:

Prasad Patel said...

Hi bharat,

I wish u would have done the OI integration in DIGIMAKER CMS.

My problem
-- One of the client have Norwegian MS-Office Pack installed on the machine. I have checked for the required .net componenets and they are installed along with MS-Office. The problem is the OI package installs successfully, but the same is not listed in ADD/Remove programmes in control panel. And this is the unique case so far i have encountered from any of our clients. If u can help me on this, i would be thankful. Note :- the OS is win XP.

Hiren said...

Its nice to see you on Blog world...

CodeIsGod said...

Hi Prasad,

Regarding your problem,
Can you please confirm that OI Integration project solution is installed with standard Setup & Deployment project that comes with Visual Studio .Net or any other third party tools like InstallShield. There are properties in that case for that particular system on client side which prevents it to list on Add/Remove programs.
Also you can verify the installation going thru the registry key for the AddIn as given in Post.

regards,