Error Installing SQL Server Integration Services Projects v3.15

Joel Snipes 1 Reputation point
2021-09-02T17:01:12.25+00:00

I'm trying to install SQL Server Integration Services Projects v3.15 on my machine, but it keeps failing with the following error:
Setup Failed
Unknown error (0x80131500)

I've looked at the logs (see below), and it appears that it's failing because another installation is running. Do you know how I can resolve this?

09/02/2021 11:30:38 AM - Pre-check verification: Your machine is busy installing a program other than Visual Studio.
Select Continue to install Visual Studio while the other install is running. This might cause problems with other parts of the installation.
Select Retry to continue with the Visual Studio install once the other install has completed.
Select Cancel to cancel the Visual Studio install.
09/02/2021 11:30:38 AM - Pre-check verification failed with warning(s) : AnotherInstallationRunning.
09/02/2021 11:30:38 AM - END: SetupEngine Install
09/02/2021 11:30:38 AM - END: Execute batch install
09/02/2021 11:30:38 AM - END: Targetting Visual Studio Professional 2019,16.11.31624.102
09/02/2021 11:30:38 AM - Common folder deleted: C:\Users\jsnipes\AppData\Local\Temp\a15qami5.kwf
09/02/2021 11:30:38 AM - END: Installing
09/02/2021 11:30:38 AM - END: Batch install using SetupEngine
09/02/2021 11:30:38 AM - System.AggregateException: One or more errors occurred. ---> System.OperationCanceledException: Pre-check verification failed with warning(s) : AnotherInstallationRunning. ---> Microsoft.VisualStudio.Setup.CanceledByPrecheckException: Pre-check verification failed with warning(s) : AnotherInstallationRunning.

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

3 answers

Sort by: Most helpful
  1. Igor Gelin 21 Reputation points
    2021-09-03T00:14:16.317+00:00
    0 comments No comments

  2. PengGe-MSFT 3,341 Reputation points
    2021-09-03T06:19:50.907+00:00

    Hi @Joel Snipes

    You can try to find msiexec.exe in the task manager, kill this process and then install it.

    Sincerely,
    Peng
    *
    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

    0 comments No comments

  3. elham mohamadi 1 Reputation point
    2021-12-31T19:14:08.97+00:00

    Hi @Joel Snipes , I have the same problem? Have you resolved this issue?

    0 comments No comments