Question of registering and unregistering VSIX

I am having some problems registering and unregistering in Visual Studio 2012/2013. The problem is this:

1. Register extension:

vsixinstaller.exe myvsixpackage.vsix

The directory is created in my local folder in the folder C: \ Users \ xxx \ AppData \ Local \ Microsoft \ VisualStudio \ 12.0 \ Extensions.

2. Unregister the extension:

vsixinstaller.exe /u:myvsixID

This will cancel the extension, but will not remove the assembly assemblies ; When I restart Visual Studio and the plugins load, the files are deleted. It looks like the extensions are marked as deleted later.

3.- Register the extension again.

vsixinstaller.exe myvsixpackage.vsix

I get an error: "This extension is already installed for all available products."

VS2013, . ( VSIX , ), , .

? ? - ?

+4
1

, Visual Studio , .

/ :

devenv /setup /nosetupvstemplates

, .

IDE, . Visual Studio , Visual Studio Gallery .

0

All Articles