I just downloaded a VSIX file from the Visual Studio Gallery.
How do I install it in Visual Studio?
|
I just downloaded a VSIX file from the Visual Studio Gallery. How do I install it in Visual Studio?
| ||||
|
feedback
|
|
VSIX is a Visual Studio 2010 extension installer. You must have Visual Studio 2010 in order to install them, but you should be able to install it by double-clicking the .vsix file. Alternatively you should be able to install it from within the VS Extension Manager (Tools->Extension Manger) See more about VSIX files at Quan To's Visual Studio Extensibility blog | ||||
|
feedback
|
|
How to install Visual Studio Extensions To summarise, there are three options:
| |||
|
feedback
|
|
I think you just reload Visual Studio after downloading the VSIX. During the launch Visual Studio looks for the VSIX file and incorporates all the required changes. | |||||
feedback
|