How to export Visual Studio 2010 extensions

Possible duplicate:
Can I export and import Visual Studio 2010 extensions?

I want to reinstall my Windows 7 and how can I export extensions from VS 2010? And after restoration, their import?

Is it possible?

I have a lot of copies. there will be an easy way how to install them after reinstalling VS. Thanks

+6
visual-studio visual-studio-2010
source share
1 answer

There is no built-in export mechanism for installed extensions for Visual Studio. The easiest way to approach this problem is to simply write down the list of extensions and reinstall them as soon as you restart your machine.

One trick you can try is the following. Binary files for many , but not all, extensions are stored in

% USERPROFILE% \ AppData \ Local \ Microsoft \ VisualStudio \ 10.0 \ Extensions

You can simply pin this directory, save it somewhere, reinstall Windows + vs, and then unzip the file on a new computer. I don't know if this will work, but it might be worth a try.

+13
source share

All Articles