Unable to install vcredist_x64.exe on Windows 2008 R2

Sundaram, Rajasekaran 0 Reputation points
2020-09-08T18:11:10.227+00:00

Hi Team,

I have a Windows 2008 R2 server, When i am trying to install the Visual C++ 2015-2019 Redistribute , no response from the .exe file. I have tried with different versions , but no response when i am trying to install the VC++.

Further troubleshoot, I have checked the setup log file, which is showing following error.

[3A54:2E94][2020-09-04T09:00:35]i001: Burn v3.10.4.4718, Windows v6.1 (Build 7601: Service Pack 1), path: C:\VC_redist.x64.exe

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to find local per-machine appdata directory.

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to get per-machine package cache root directory.

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to build cache directory.

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to set registration paths.

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to parse registration.

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to load manifest.

[3A54:2E94][2020-09-04T09:00:35]e000: Error 0x8007000d: Failed to initialize core.

Except this, i am unable to find any log related to this installation issue. Can someone help me to resolve this issue.

Thanks

Rajasekaran.S

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.
1,009 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-09-08T18:26:32.383+00:00

    I'd verify system and servicing health by running;
    sfc /scannow

    also system update readiness tool

    https://support.microsoft.com/en-us/kb/947821

    Then check for errors in;
    %SYSTEMROOT%\Logs\CBS\CheckSUR.log

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Anna Xiu-MSFT 27,891 Reputation points Microsoft Vendor
    2020-09-09T03:45:07.52+00:00

    Hi Rajasekaran.S,

    As DSPatrick said, the error code “0x8007000d” is usually caused by Windows Update error. Please refer to the guide to fix Windows Update error.
    Then, check the system requirement of Microsoft Visual C++ 2015-2019 Redistributable. You can also download the Visual C++ Redistributable here and try to install again.

    If it persists, please help us collect more installation logs. You could download and run this collect.exe tool, go to %temp% folder and find the vslogs.zip file, upload it to https://onedrive.live.com/ and share the link here.

    Best regards,
    Anna

    0 comments No comments