MZ-Tools Articles Series (update) INFO: Default .AddIn file locations for Visual Studio add-ins

I have updated the article that I wrote back in January about default folders to place .AddIn registration files for add-ins to include actual examples for Windows Vista since the original article only showed Windows XP examples. I have also provided better information about how to get the actual folder names correctly.

Overall the naming of Windows Vista folders is perfect because:

1) It doesn't localize folder names

2) It uses meaningful names such as:

- "C:\Users\<username>\AppData\Roaming" while Windows XP used "C:\Documents and Settings\<username>\Application Data" (how do you remember that it is roaming?)

- "C:\Users\<username>\AppData\Local" while Wndows XP used "C:\Documents and Settings\<username>\Local Settings\Application Data"

but because of backwards compatibily with Windows XP it uses junction points and all this folders stuff is really a mess. Anyway, the updated article:

INFO: Default .AddIn file locations for Visual Studio add-ins
http://www.mztools.com/Articles/2008/MZ2008001.aspx

Published Tue, Sep 2 2008 16:35 by carlosq

Comments

# Visual Studio Links #71

My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Sara Ford's Tip of the Day #305 shows how to reevaluate expressions in the QuickWatch window . Brad Abrams explains how VS208 Multitargeting

Sunday, September 07, 2008 10:04 AM by Visual Studio Hacks

# The strange case of VS 2010 (Beta 2 /CTPs) closing at startup or failing to create add-ins

As you know if you develop add-ins, Visual Studio 2005 introduced XML-based add-ins that use an .AddIn

Tuesday, October 20, 2009 6:54 AM by Carlos Quintero (Microsoft MVP) blog

# Debugging add-ins for VS 2010 (Beta 2) created with VS 2008: The debugger's protocol is incompatible with the debuggee

If you are developing add-ins for in-house use, chances are that you can drive, encourage or even force

Wednesday, October 21, 2009 3:04 AM by Carlos Quintero (Microsoft MVP) blog