4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VisualStudioでバージョンの合わないプラグイン、拡張機能を無理やりインストール

Last updated at Posted at 2016-04-22

1 .vsixを.zipに変更
2 *.zipを解凍
3 でてきたextension.vsixmanifestを開く。
4 Installationタグを探し以下のように内容を変更(Versionは適切なものにする)

  <Installation InstalledByMsi="false">
    <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,12.0)" />
    <InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[11.0,12.0)"  />
  </Installation>

5 manifestを保存し*.zipに圧縮
6 zip→vsixに拡張子変更
7 ダブルクリックしてインストール
8 成功したら御の字、失敗したらあきらめる。

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?