The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Thank you for following up and for sharing the details with me.
After reviewing your log, it looks like there is a version conflict and leftover corrupted files. This usually happens when the SSIS extension was previously installed but not fully or cleanly removed, which can block a new installation.
To resolve this issue, please perform a complete removal of Visual Studio to ensure a clean environment before reinstalling.
Step 1: Uninstall Visual Studio Go to Settings > Apps > Installed Apps, and uninstall all Visual Studio versions, including the Visual Studio Installer.
Step 2: Manually remove leftover files After uninstalling, open File Explorer and delete the following folders:
C:\Program Files (x86)\Microsoft Visual Studio
C:\Program Files\Microsoft Visual Studio
%programdata%\Microsoft\visualstudio
%Temp%
For the %Temp% folder, press Ctrl + A to select everything and delete it. If any files cannot be removed, simply choose Skip to continue.
Step 3: Clean up registry entries Before proceeding, please back up your registry.
Press Win + R, type regedit, then locate and delete the following keys (if they exist):
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio
HKEY_CURRENT_USER\Software\Microsoft\Visual Studio
These steps will completely remove all remaining components of Visual Studio, ensuring there are no leftover files or corrupted data. This provides a fresh and clean environment for a new installation.
Since these steps involve system-level changes, please consult your IT department if needed.
I look forward to your update.