views:

28

answers:

2

Hi all,

I have a Visual Studio 2008 plugin DLL compiled and ready to use. But ... how do i Install the plugin so that VS2008 sees it?

I'm sure I'm being completely thick but I just can't figure it out.

Any help would be much appreciated :)

+2  A: 

Place it in the Visual Studio 2008\Addins directory under your My Documents directory, you'll also need the manifest that goes with it (the .addin file)

Rory
Nice concise answer thanks! :)
Goz
+1  A: 

What about documentation?

Nikola Smiljanić
I didn't find that page but thanks.
Goz