A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How can I create and install an outlook plugin as a dll?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 12th 09, 06:40 AM posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
anindasen_0609[_2_]
external usenet poster
 
Posts: 15
Default How can I create and install an outlook plugin as a dll?

When I install Dmitry's Outlook Spy or any other third party outlook plugin,
it installs as a dll file and shows as "PluginName.dll" in the plugin
section of Outlook. But when I am creating my own outlook plugin and
installing it, it is showing as "MyPlugin.manifest.dll." How can I create and
install an outlook plugin as a cool dll? Why is the "manifest" file extension
coming inbetween?

PS: I am using visual studio.net's own installer to create the installation
files.
  #2  
Old June 12th 09, 02:05 PM posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How can I create and install an outlook plugin as a dll?

What version of VS, Outlook and Windows? Shared addin, VSTO or unmanaged
code? Language used? You need to provide enough information to at least
allow us to guess at an answer.

If this is managed code have you looked at the deployment articles for
managed code addins?

--
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


"anindasen_0609" wrote in message
...
When I install Dmitry's Outlook Spy or any other third party outlook
plugin,
it installs as a dll file and shows as "PluginName.dll" in the plugin
section of Outlook. But when I am creating my own outlook plugin and
installing it, it is showing as "MyPlugin.manifest.dll." How can I create
and
install an outlook plugin as a cool dll? Why is the "manifest" file
extension
coming inbetween?

PS: I am using visual studio.net's own installer to create the
installation
files.


  #3  
Old June 13th 09, 08:28 AM posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
anindasen_0609[_2_]
external usenet poster
 
Posts: 15
Default How can I create and install an outlook plugin as a dll?

Hi Ken,

Thanks for the answer. Sorry for not giving the details. I am using Visual
Studio 2005, VSTO and Microsoft Windows XP is my OS.

I actually prepared the installation files form one quite extensive article
in MSDN which was very helpful. I do not know which one you are referring to.

What is shared adding by the way. Would be grateful if you can provide some
information on that.

Regards,
Aninda

"Ken Slovak - [MVP - Outlook]" wrote:

What version of VS, Outlook and Windows? Shared addin, VSTO or unmanaged
code? Language used? You need to provide enough information to at least
allow us to guess at an answer.

If this is managed code have you looked at the deployment articles for
managed code addins?

--
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


"anindasen_0609" wrote in message
...
When I install Dmitry's Outlook Spy or any other third party outlook
plugin,
it installs as a dll file and shows as "PluginName.dll" in the plugin
section of Outlook. But when I am creating my own outlook plugin and
installing it, it is showing as "MyPlugin.manifest.dll." How can I create
and
install an outlook plugin as a cool dll? Why is the "manifest" file
extension
coming inbetween?

PS: I am using visual studio.net's own installer to create the
installation
files.



  #4  
Old June 15th 09, 02:31 PM posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How can I create and install an outlook plugin as a dll?

The article I was referring to is this one:
http://msdn.microsoft.com/en-us/library/bb332051.aspx

A shared addin directly uses the Extensibility interfaces to connect the
addin to Outlook. A VSTO addin hides that from you and provides you with
Startup() and Shutdown() events instead,

A VSTO addin also handles various other things for you, including loading
the addin with shimming to provide an isolated AppDomain for the addin so
any problems with that addin or with other addins are isolated from each
other.

A shared addin will share an AppDomain with any other managed code addins
unless it's shimmed (using the COM Shim Wizard or a custom shimming action).
With a shared addin you have to shim it to provide AppDomain isolation.

--
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


"anindasen_0609" wrote in message
...
Hi Ken,

Thanks for the answer. Sorry for not giving the details. I am using Visual
Studio 2005, VSTO and Microsoft Windows XP is my OS.

I actually prepared the installation files form one quite extensive
article
in MSDN which was very helpful. I do not know which one you are referring
to.

What is shared adding by the way. Would be grateful if you can provide
some
information on that.

Regards,
Aninda


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I create and install an outlook plugin as a dll? anindasen_0609[_2_] Outlook and VBA 3 June 15th 09 02:31 PM
Programmatically Create/Install VBA Macro Please Assist Outlook and VBA 3 February 15th 07 07:42 PM
Cannot create or read mail after SP2 Install PBJ Outlook Express 8 August 4th 06 06:11 AM
Plugin to read OWA with Outlook Ste Outlook - General Queries 1 April 3rd 06 11:42 AM
resend plugin for Outlook? Ric Outlook - General Queries 2 March 22nd 06 10:45 PM


All times are GMT +1. The time now is 12:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.