Will Integration Services projects work with Visual Studio Professional 2022 on Windows 11.I

Bruce Clegg 0 Reputation points
2025-10-08T20:31:33.2366667+00:00

I recently changed from VS Enterprise to VS Professional, and then upgraded to Windows 11. I am now unable to install Microsoft Data Tools Integration Services. I receive Error 0xe0434f4d: Failed to execute EXE package.

Developer technologies | Visual Studio | Extensions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gade Harika (INFOSYS LIMITED) 1,260 Reputation points Microsoft External Staff
    2025-10-10T07:30:39.4733333+00:00

    Thanks for reaching out.
    SQL Server Integration Services (SSIS) projects are supported in Visual Studio 2022 Professional on Windows 11 via the SSIS Projects extension. The error 0xe0434f4d usually indicates a corrupted installation or leftover files from previous Visual Studio editions.

    Steps to Resolve

    1. Close Visual Studio and ensure no other installations are running.
    2. Remove old SSIS extension folders:
      C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\SSIS C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\PublicAssemblies\SSIS.
    3. Repair Visual Studio:
      • Open Visual Studio Installer → Select your VS instance → Click Repair.
      1. Restart your PC.
      2. Reinstall SSIS Projects extension:
        • In Visual Studio: Extensions > Manage Extensions > Online → Search for Integration Services Projects → Install.
        1. If the error persists:
          • Delete %temp%\SsdtisSetup logs and retry.
            • Send logs to ssistoolsfeedbacks@microsoft.com for advanced troubleshooting.

    Tip: Run the installer as Administrator and ensure Windows Installer service is not blocked.

    Let me know if the issue persists after following these steps. I’ll be happy to assist further if needed. If the issue has been resolved, please click "Accept Answer".


Your answer

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