View Single Post
  #6  
Old May 7th 08, 02:08 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default outlook addin setup

Well, if that dll needs registration you will have to find a way to provide
the path to a script to register it, or get it to be self-registering, or
write code in your application to check for registration of the dll in the
registry and if it's not there then call out to a script or shell command to
register it, or find some other way. Or you can use to use LoadLibrary and
call into the dll without registration.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Neetu" wrote in message
...

Hello Ken,

we didn't tried for script file to register com dll.

Acutally we are not able to find a way to add acript file and give the
full
path of com dll for regsvr32 command.


Ads