Cannot uninstall SSIS through control panel

Patrick 1 Reputation point
2020-11-02T13:04:50.89+00:00

As titled, I cannot uninstall the Microsoft SQL Server Integration Services Project (SSIS) in the control panel. Btw, I have removed all SQL Server & Visual Studio components in this computer, but the SSIS still remains and cannot be uninstalled.
Any idea?

36796-ssis-cannot-not-find.png36862-ssis-cannot-not-find.png

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,563 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 25,851 Reputation points
    2020-11-02T13:27:54.1+00:00

    You need to uninstall it in the VS2019.
    Menu Extensions => Manage Extensions => 'Uninstall' button.

    Please see below:

    36836-sql-server-integration-services-projects-2020-11-0.png

    2 people found this answer helpful.
    0 comments No comments

  2. Monalv-MSFT 5,896 Reputation points
    2020-11-03T02:36:00.617+00:00

    Hi @Patrick ,

    Cannot be uninstalled from control panel.
    Here is a work around:

    1. Open extension.vsixmanifest under <VSInstanceRootDir>\Common7\IDE\CommonExtensions\Microsoft\SSIS.
    2. Change the value of attribute "InstalledByMsi" at line 10 from "true" to "false", save extension.vsixmanifest.
    3. And then you can uninstall this product from control panel.

    Please refer to Common Issues of SQL Server Integration Services Projects .

    Best Regards,
    Mona


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues in October--Users always get connection timeout problem when using multi subnet AG via listener. Especially after failover to another subnet.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.