I've been trying to install an extension for visual Studio Community 2015 using a .vsix file. When I double-click it, nothing happens. I've also tried opening it with "Visual Studio Version Selector" using "Open With..", but even then nothing happens.
After some searching, I found that the .vsix
file can also be installed using Developer Command Prompt for VS2015, but even that didn't help.
Initially I thought that maybe the extension is faulty, but the same thing happens if try to install any other .vsix
extension.
Note: The extensions that I have tried to installing are UnrealVS.vsix
and Roslyn_SDK.vsix
This seems to be a common issue, as the standard double click operation over a VSIX file in the File Explorer will fail to install ANY Visual Studio 2015 .vsix extension. It appears that this operation requires administrative permissions. The issue here is that it is not possible to indicate to "install as administrator".
The only way to install the extension was executing the VSIXInstaller.exe
using a CMD Window as Administrator and passing the VSIX file as parameters. The procedure I used was:
Go to Common7\IDE folder of your VS 2015 installation:
CD C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE
Execute the installer passing your VSIX file name as parameter:
VSIXInstaller.exe c:\YourVSIXFile.
The installer should now start the installation process for your VSIX extension. Hope this helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With