Please enter search query.
Search <product_name> all support & community content...
Veritas InfoScale for Windows fails to install or upgrade on Microsoft Visual C++ Redistributable package
Article: 100053230
Last Published: 2023-05-23
Ratings: 1 0
Product(s): InfoScale & Storage Foundation
Problem
Veritas InfoScale for Windows fails to install or upgrade on Microsoft Visual C++ Redistributable package
Error Message
Microsoft Visual C++ 2015-2019 Redistributable - x86: Installation failed.
Microsoft Visual C++ 2015-2019 Redistributable - x64: Installation failed.

Cause
A higher version of Microsoft Visual C++ is installed, causing the InfoScale package to fail.
Issue can be confirmed by running the "vcredist_2015_x64.exe" package from <install-files>\Pkgs\Common folder of the installation media.

Solution
Use the following to resolve:
Solution 1:
- Uninstall Microsoft Visual C++ 2015-2019 Redistributable (x86) and Microsoft Visual C++ 2015-2019 Redistributable (x64) from Add/Remove Programs, then run InfoScale installer again.
- A higher version of Microsoft Visual C++ can be applied after InfoScale is installed without impacting product function.
Solution 2:
- Edit ProductionInformation.xml file to skip Microsoft Visual C++ install
- Install files will need to be extracted to a location which can be edited
- Open extracted Veritas InfoScale install folder and go to Installer folder
- Open ProductInformation.xml with a text editor
- For skipping Microsoft Visual C++ 2015-2019 Redistributable - x86
- Search this:
"'%VPICACHEDIR%\VC_redist.x86.exe ' /q /norestart" - Replace by :
"'%VPICACHEDIR%\VC_redist.x86.exe ' /q /layout /norestart"
- Search this:
- For skipping Microsoft Visual C++ 2015-2019 Redistributable - x64
- Search this:
"'%VPICACHEDIR%\VC_redist.x64.exe' /q /norestart" - Replace by :
"'%VPICACHEDIR%\VC_redist.x64.exe' /q /layout /norestart"
- Search this:
- Run Setup.exe which will now skip Microsoft Visual C++ install