Advertisement
gn4711

Visual Studio Extension

Feb 19th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. First, you can do it on a per-user basis (for extensions that you've installed through the extension manager or by double-clicking on VSIXes). For this, you:
  2.  
  3. Copy %localappdata%\microsoft\VisualStudio\10.0\Extensions to the same directory on the new machine.
  4. Open VS on the new machine, go to the extension manager, and Enable all the extensions. By default, VS disables extensions that just appear in that directory but it didn't put there.
  5.  
  6. The second option is to install the extensions to %ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE\Extensions. The upside is that you don't need to Enable them all by hand, but the downside is that you won't be able to update/remove them from within VS.
  7.  
  8.  
  9. %localappdata%\Microsoft\VisualStudio\12.0\Extensions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement