Share via

when i install Visual studio show below mention error

Anonymous
2025-06-26T21:27:06+00:00

when i install Visual studio show below mention error

OS Version Information: OS Version = 6.2.9200, Platform 2
OS Description = Future OS - x64OS Version InformationEnvironment details:CommandLine = d:\temp\ext62336\Setup.exeEnvironment detailsEntering Function: LocalizedData::CreateLocalizedData

succeededEntering Function: EngineData::CreateEngineDataUsing Simultaneous Download and Install mechanismsucceededMaintenanceMode determination: evaluating EnterMaintenanceModeIf Exists: evaluating

Exists evaluated to false MaintenanceMode determination evaluates to 'not in maintenance mode'Operation Type:Operation: InstallingOperation TypePackage details: Microsoft Visual C++ 2010 x86 Redistributable SetupPackage Name = Microsoft Visual C++ 2010 x86 Redistributable Setup
Package Version = 10.0.40219Package detailsUser Experience Data Collection Policy:User Experience Data Collection Policy: UserControlledUser Experience Data Collection PolicyEntering Function: UiDataT::CreateUiDataT

succeededGlobal Block Checks: Checking for global blockers BlockIf: Microsoft Visual C++ 2010 Redistributable is not supported on this operating system. And: evaluating Equals: evaluating

Equals evaluated to trueGreaterThan: evaluating

GreaterThan evaluated to false And evaluated to false BlockIf evaluated to falseBlockIf: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine. And: evaluating Equals: evaluating

Equals evaluated to trueLessThan: evaluating

LessThan evaluated to false And evaluated to false BlockIf evaluated to false Global Block Checks no blocking conditions foundApplicability for Installing: evaluating each item Determining state: of d:\temp\ext62336\vc_red.cab Exists: evaluating

Exists evaluated to true Determining state of d:\temp\ext62336\vc_red.cab - authored action for this item is NoOpDetermining state: of d:\temp\ext62336\msp_kb2565063.msp Exists: evaluating

Exists evaluated to true Determining state of d:\temp\ext62336\msp_kb2565063.msp - authored action for this item is NoOpDetermining state: of d:\temp\ext62336\vc_red.msi Exists: evaluating

Exists evaluated to true Determining state of d:\temp\ext62336\vc_red.msi - authored action for this item is NoOpDetermining state: of d:\temp\ext62336\vc_red.msi Exists: evaluating

Exists evaluated to true Determining state of d:\temp\ext62336\vc_red.msi - authored action for this item is NoOpDetermining state: of d:\temp\ext62336\msp_kb2565063.msp Exists: evaluating

Exists evaluated to true Determining state of d:\temp\ext62336\msp_kb2565063.msp - available but not verified yetDetermining state: of MSIServer

Determining state of MSIServer - payload not required for this item to perform action.Exists: evaluating

Exists evaluated to true Applicability for Installing determination is completeApplicability Result Count:Number of applicable items: 2Applicability Result CountAction: System Requirement Checks Action: Disk space check for items being downloaded

Action completeAction: Enumerating incompatible processes

Action completeAction: Enumerating incompatible services

Action complete Action completeAction: Downloading and/or Verifying Items d:\temp\ext62336\msp_kb2565063.msp: Verifying signature for msp_kb2565063.mspd:\temp\ext62336\msp_kb2565063.msp - Signature verification for file msp_kb2565063.msp (d:\temp\ext62336\msp_kb2565063.msp) failed with error 0x800b0001 (Unknown trust provider.)d:\temp\ext62336\msp_kb2565063.msp Signature could not be verified for msp_kb2565063.msp No FileHash provided. Cannot perform FileHash verification for msp_kb2565063.msp
File msp_kb2565063.msp (d:\temp\ext62336\msp_kb2565063.msp), failed authentication. (Error = -2146762751). It is recommended that you delete this file and retry setup again.
Failed to verify and authenticate the file -d:\temp\ext62336\msp_kb2565063.msp
Please delete the file, d:\temp\ext62336\msp_kb2565063.msp and run the package again Action completeAction: Performing actions on all ItemsFinal Result: Installation failed with error code: (0x800B010B), "Generic trust failure. " (Elapsed time: 0 00:00:07).

Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Manoel Barros 19,270 Reputation points Independent Advisor
    2025-06-26T23:14:12+00:00

    Hello!

    In the error log, there are some errors related to Microsoft Visual C++ 2010 Redistributable and the Tempo folder on Disk D.

    Clean up temporary files, including the D:\temp folder, and install Microsoft Visual C++ 2010 Redistributable manually.

    1. Press the WINDOWS + R keys to open Run > Type "temp" (without quotes) > Select and delete all files in the Folder.
    • Click "Continue" if it requires Administrator authorization.
    • If some files cannot be deleted, check the "Do this for all current items" option > Click "Skip".
    1. Press the WINDOWS + R keys to open Run > Type "%temp%" (without quotes) > Select and delete all files in the Folder.
    2. Press the WINDOWS + R keys to open Run > Type "prefetch" (without quotes) > Select and delete all files in the Folder.
    3. Press WINDOWS + R keys to open Run > Type "%windir%\SoftwareDistribution\Download" (without quotes) > Select and delete all files in the Folder.
    4. Lastly, use Disk Cleanup > Press WINDOWS+ R keys > Type "cleanmgr" (without quotes) > Press ENTER.
    5. When you open the tool, Select the system disk > Click "Clean up system files" > Select the system disk again > Check all the boxes > Click "OK".
    6. If the D:\Temp folder is not a system folder (Accessed by Temp), access the folder and also delete the files in it.
    7. Download and install "Latest Microsoft Visual C++ Redistributable version" and "Visual Studio 2010 (VC++ 10.0) SP1 (no longer supported)" x64 and x86 version for systems with this architecture.
    • To see your system architecture (X64, X86 or ARM), press Windows + R > Type "msinfo32" (without quotes) > See System Type.
    1. Restart your computer > Try reinstalling the Visual Studio again.

    https://learn.microsoft.com/en-us/cpp/windows/l...

    Was this answer helpful?

    0 comments No comments