Sounds like a classic installer clash. Try running the SSIS setup as an admin and make sure no other installers or updates are running in the background. If it still fails, check for any pending Windows updates or leftover installer remnants.
SSIS won't install for VS 2022
SSIS won't install for Visual Studio 2022 Enterprise. I keep getting an error message that the help says means it found another installer running. I completely uninstall VS, rebooted, installed enterprise edition, rebooted, and then brought up task manager to make sure no installers were running.
Then I ran the Microsoft.DataTools.IntegrationServices.exe binary. It starts to do things, and then fails.
SQL Server Integration Services
3 answers
Sort by: Most helpful
-
-
Scott-3123 21 Reputation points
2024-08-04T03:32:29.17+00:00 Thank you, running as admin solved the issue.
-
Jairo 0 Reputation points
2025-12-12T19:28:10.99+00:00 Try the install. When it fails, check if msiexec is executing using this command in command prompt "tasklist | findstr msiexec", if it is, wait until it goes away and then try again