I have downloaded a Visual Studio extension. How can I install it to Visual Studio? (Note I am using Visual Studio 2012 Express)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s very simple. You run the extension (*.vsix) like you would run an application and it will automatically install itself to your
Visual Studioinstallation.You can then start
Visual Studioand go toTools => Extension Managerto confirm that theExtensionwas installed successfully.Keep in mind that
Extensionsare only supported on thePremiumversions ofVisual Studioand it’s not possible to use them on theVisual Studio Expresseditions.