Bug #77802 MYSQL TEMPLATES NOT REMOVED WHEN DOING A "CHANGE" INSTALLATION
Submitted: 22 Jul 2015 21:53 Modified: 21 Oct 2015 0:56
Reporter: Luis Penunuri Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Visual Studio Integration Severity:S3 (Non-critical)
Version:1.2.3 OS:Any
Assigned to: CPU Architecture:Any

[22 Jul 2015 21:53] Luis Penunuri
Description:
When doing a "Change" on the MySQL For Visual Studio plugin installation (through add/remove programs, and selecting "Change"), if you remove the "Templates" option from the installation, the MySQL templates are not being removed from the "File -> New -> Project" menu option.

How to repeat:
Install the MySql for Visual Studio plugin, selecting the "Custom" option to ensure the "Templates" are going to be installed as part of the process.
Once installed, go to "Add/Remove programs" and select the "MySQL for Visual Studio" option and click on "Change".
In the wizard, remove the "Templates" option from the tree menu, and complete the wizard.
Go to VS, and open the menu "File -> New -> Project". You will see the "MySQL" templates still are shown.

Suggested fix:
Fix the installer so the uninstall process removes the templates.
[21 Oct 2015 0:56] Philip Olson
Fixed as of the upcoming MySQL for Visual Studio 1.2.5 release, and here's the changelog entry:

The "Templates" could not be uninstalled via Add/Remove Programs. Because
Project Templates were replaced by Item Templates, this is no longer a
concern.

Thank you for the bug report.