Unable to uninstall SQL Server Integration Services Projects Extension

0

I installed SQL server, then SSDT from VS installer and after that the SSIS Extension v3.0 for VS Community 2019. But now that I try to uninstall it I get the following error:

Some components will not be uninstalled because removing them would place this computer in an unsupported state. Please manually remove them in Control Panel.

After that I get the following message:

The configuration registry database is corrupt (0x800703F1)

windows-10
sql-server
ssis
asked on Super User Jun 25, 2019 by Jihad Naji • edited Jun 27, 2019 by Jihad Naji

1 Answer

1

Try known issue #6 here at Visual Studio Marketplace:

Cannot be uninstalled from Control Panel.  Here is a work around:

  • Open extension.vsixmanifest under <VSInstanceRootDir>\Common7\IDE\CommonExtensions\Microsoft\SSIS,

  • Change the value of attribute InstalledByMsi at line 10 from "true" to "false",

  • Save extension.vsixmanifest,

and then you can uninstall this product from Control Panel.

answered on Super User Jun 25, 2019 by mbg • edited Jun 25, 2019 by G-Man Says 'Reinstate Monica'

User contributions licensed under CC BY-SA 3.0