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

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -