VS 2022 Window Visual Basic Couldnt install Microsoft.Visual.cpp.redist.14

Gregrio LIto Lapid 5 Reputation points
2024-03-27T09:21:51.99+00:00

Something went wrong with the install.

You can troubleshoot the package failures by:

1. Search for solutions using the search URL below for each package failure

2. Modify your selections for the affected workloads or components and then retry the installation

3. Remove the product from your machine and then install again
```If the issue has already been reported on the Developer Community, you can find solutions or workarounds there. If the issue has not been reported, we encourage you to create a new issue so that other developers will be able to find solutions or workarounds. You can create a new issue from within the Visual Studio Installer in the upper-right hand corner using the "Provide feedback" button.

================================================================================

Package 'Microsoft.VisualCpp.Redist.14,version=14.38.33135,chip=x86' failed to install.

```powershell
Search URL

    https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualCpp.Redist.14;PackageAction=Install;ReturnCode=-65536

Details

    Command executed: "c:\windows\syswow64\\windowspowershell\v1.0\powershell.exe" -NoLogo -NoProfile -Noninteractive -ExecutionPolicy Unrestricted -InputFormat None -Command "& """C:\Program Files\Microsoft\Microsoft.VisualCpp.Redist.14,version=14.38.33135,chip=x86\VCRedistInstall.ps1""" -PayloadDirectory """C:\Program Files\Microsoft\Microsoft.VisualCpp.Redist.14,version=14.38.33135,chip=x86""" -Architecture x86 -Logfile """C:\Users\joshu\AppData\Local\Temp\dd_setup_20240327170231_001_Microsoft.VisualCpp.Redist.14.log"""; exit $LastExitCode"

    Return code: -65536

    Return code details: Unknown error (0xffff0000)

Log

    C:\Users\joshu\AppData\Local\Temp\dd_setup_20240327170231_001_Microsoft.VisualCpp.Redist.14.log

Impacted workloads

    .NET desktop development (Microsoft.VisualStudio.Workload.ManagedDesktop,version=17.9.34511.75,productarch=x64)

Impacted components

    .NET desktop development tools (Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites,version=17.9.34511.75)

    .NET profiling tools (Microsoft.VisualStudio.Component.DiagnosticTools,version=17.9.34511.75)

    C# and Visual Basic (Microsoft.VisualStudio.Component.Roslyn.LanguageServices,version=17.9.34511.75)

    Development tools for .NET (Microsoft.NetCore.Component.DevelopmentTools,version=17.9.34511.75)

    F# language support (Microsoft.VisualStudio.Component.FSharp,version=17.9.34511.75)

    Live Share (Component.Microsoft.VisualStudio.LiveShare.2022,version=1.0.5898)

    Managed Desktop Workload Core (Microsoft.VisualStudio.Component.ManagedDesktop.Core,version=17.9.34511.75)
```| Header 1 | Header 2 |
| -------- | -------- |
| Cell 1   | Cell 2   |
| Cell 3   | Cell 4   |
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
964 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Gregrio LIto Lapid 5 Reputation points
    2024-03-27T09:23:20.2166667+00:00

    Heres is the log if interested dd_setup_20240327170231_errors.log

    1 person found this answer helpful.
    0 comments No comments

  2. Anna Xiu-MSFT 25,631 Reputation points Microsoft Vendor
    2024-03-27T13:59:09.81+00:00

    Hi @Gregrio LIto Lapid, 

    Welcome to Microsoft Q&A! 

    Please download the VC_redist.x86.exe from the link and manually install it as administrator.

    After installing it, please go to Visual Studio Installer and repair or retry the VS installation. 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

     

    0 comments No comments