Hi Joe,
I don´t know what docs have you read but in VS 2005:
- You can use the old registry registration or the new XML registration.
- If you use the XML registration, you install the add-in in its own folder
(wherever you want) and you put the XML file in any of the folders listed in
the window Tools, Options, Environment, AddIns/Macros security.
- The XML file has an <Assembly> tag that sets the full path to the
assembly.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hello,
> All the articles i've read say to install the Addin (VS 2005) to the
[quoted text clipped - 7 lines]
> Thanks for your help,
> Joe
Joe.Dattilo - 06 Feb 2006 15:09 GMT
Hi Carlos,
I'm using the new XML Registration and undestand the assembly tag in
the file. The problem is that the user decides where to install the
assemebly when the install is running so setting the assemebly tag before
install doesn't help, is my best course of action to create a custom action
in the MSI that will modify the XML registration file when the user is
installing?
Thanks,
Joe
> Hi Joe,
>
[quoted text clipped - 18 lines]
> > Thanks for your help,
> > Joe
Carlos J. Quintero [VB MVP] - 07 Feb 2006 09:30 GMT
Hi Joe,
I suppose so.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi Carlos,
> I'm using the new XML Registration and undestand the assembly tag in
[quoted text clipped - 7 lines]
> Thanks,
> Joe