How can you install CKSDev plugin for Visual Studio 2015-2019

You can install CKSDev for Visual Studio 2015 CKS – Dev for Visual Studio 2013
- Download the .vsix-Extension file.
- Use an archive manager that can open .cab archives, e.g. 7zip or winRAR to open the .vsix file (you might need to rename it to *.rar or *.zip ).
- Open the extension.vsixmanifest file
- In the following lines
<Installation>
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Premium" />
</Installation>
change the Version=[12.0,13.0)” to Version=”[12.0,15.0)”
- Save the file in the archive
- Make sure to rename the file back to .vsix
- Install the extension.