Add-on components that enhance and customize the Visual Studio integrated development environment
For an air-gapped Visual Studio 2022 Professional installation, the supported offline method is:
- Create the Visual Studio offline layout and include these SSIS prerequisites:
-
Microsoft.VisualStudio.Component.Roslyn.LanguageServices— C# and Visual Basic -
Microsoft.VisualStudio.Component.CoreEditor— Visual Studio core editor -
Microsoft.Net.Component.4.7.TargetingPack— .NET Framework 4.7 targeting pack
-
- Run the SSIS Projects installer in the offline environment. The installer also supports quiet mode; launching it with
/?shows available arguments. - For offline use, Visual Studio Professional or Enterprise is the recommended edition because they support offline activation via product key. Visual Studio Community does not support offline activation.
Given the current failure, use this troubleshooting path:
- Check the SSIS installation log under
%temp%\SsdtisSetupand reviewMicrosoft.DataTools.IntegrationServices_{Timestamp}_ISVsix.logfor the exact inner VSIX failure. - If the log shows
Pre-check verification failed with warning(s): AnotherInstallationRunning, wait and retry. Windows Installer can process only one installation operation at a time. - If SSIS appears to install but the project type is unavailable or Solution Explorer shows
incompatibleorThe application is not installed, open Extensions > Manage Extensions > Installed, enable the SSIS extension, and relaunch Visual Studio. - If the failure persists, run the published troubleshooting script
VSInstallationTroubleShooting.ps1referenced in the SSIS troubleshooting guide. - If Visual Studio was recently repaired or updated, reinstall the SSIS extension because it can be removed during Visual Studio repair or update.
For the offline scenario described, a documented resolution for the same SSIS extension problem on Visual Studio 2026 was:
- ensure local administrator access is available during installation
- ensure the offline package includes the
.NET Framework 4.7 targeting packin addition to C# and Visual Basic and Visual Studio core editor
That resolution aligns with the official offline-install prerequisites for the SSIS Projects extension and is the most relevant fix for an offline VSIX bootstrapper failure.
The provided documentation supports offline installation of the SSIS extension, but it does not provide a separate supported procedure specific to binding SSIS, SSRS, and SSAS templates to a custom Visual Studio install path on F:. The documented installation method is to install the appropriate extensions from Extensions > Manage Extensions or from the Marketplace, and for SSIS offline installation to use the SSIS installer with the required prerequisites included in the Visual Studio offline layout.
References: