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

javascript - How to use the code plugin with popcornjs -

python - rpy2 import is not working -

Python, converting png to gif using ImageMagick -