It is very simple. You run the extension (* .vsix) the same way you run the application, and it will automatically install itself in your Visual Studio installation.
You can then start Visual Studio and go to Tools => Extension Manager to confirm that Extension been successfully installed.
Keep in mind that Extensions is only supported in Premium Visual Studio versions and cannot be used in Visual Studio Express editions.
source share