|
Dear Iaxiomi --
Great, you are right, that does work.
Here are some installation notes.
As of 8:53 AM 1/25/2012, the following are listed in Visual Studio 2010 as locations on my machinein > Tools, > Options, > Environment, > Add-in/Macros Security, > Add-in File Paths,...
%ALLUSERSDOCUMENTS%\Microsoft\MSEnvShared\Addins\ <<< does not exist
%ALLUSERSPROFILE%\Application Data\Microsoft\MSEnvShared\Addins\ <<< does not exist
%ALLUSERSPROFILE%\Microsoft Visual Studio\Addins\ <<< does not exist
%APPDATA%\Microsoft\MSEnvShared\Addins\ <<< does not exist
%VSAPPDATA%\Addins\ <<< does not exist
%VSCOMMONAPPDATA%\Addins\ <<< does not exist
%VSMYDOCUMENTS%\Addins\ <<< does not exist
....so I created this...
C:\Users\kamoskim\Documents\Visual Studio 2008\Addins
...and then I set that path in VS...
...and then I copied the Addin file...
...and then I edited as you note above....
...and it works like a charm...
...and note that from "Install.txt" it says this...
Program Files -> C:\Program Files\
....but I am running Windows 7, which also has "Program Files (x86)" so I guessed and used "Program Files" and it worked...
...so that is great....
Thanks.
-- Mark Kamoski
|