c# - Embeddeding the vsix file in Visual Studio -


Recently, I am downloading the codesnippets file. This extension has the name of the .vsix file so that I can see the Visual Studio 2012

The Visual Studio installation will register the handler for the VSIX extension. This allows you to simply click on the file and it will run the installer.

If this association is broken, you can run the installer manually. It is located at

C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ VSIXInstaller.exe


Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

c# - Updated Castle to 3.2.1 from 3.0.0 now I cant use FirstNonGenericCoreInterface -