Share via

to install microsoft visual c++

Derk Vasse 0 Reputation points
2026-04-28T16:15:18.05+00:00

insert the microsoft visual c++ 2019 minimum runtime -14.26.28720 disk ( to install microsoft visualc++ "witch i don't have")

Windows for home | Other | Apps
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ivan B 111.3K Reputation points Independent Advisor
    2026-04-28T16:51:17.31+00:00

    Hii,

    Install all using Visual C++ AIO after download extract the install.bat file right click run as administrator.

    https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    If the answer is helpful, 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.

    Thanks

    Was this answer helpful?

    2 people found this answer helpful.

  2. Q&A Assist
    2026-04-28T16:15:27.4066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The message is asking to insert a “Microsoft Visual C++ 2019 Minimum Runtime – 14.26.28720” disk, but Visual C++ runtimes are normally installed from downloadable redistributable packages, not from a physical disk.

    To install the required Visual C++ runtime without a disk:

    1. Install the latest supported Visual C++ Redistributable for Visual Studio 2015–2022, which also covers Visual C++ 2019.
      • For x64 systems: download and run https://aka.ms/vc14/vc_redist.x64.exe.
      • For x86 systems: download and run https://aka.ms/vc14/vc_redist.x86.exe.
      • For ARM64 systems: download and run https://aka.ms/vc14/vc_redist.arm64.exe.
    2. Run the downloaded installer and complete setup. Administrator approval may be required.
    3. After installation, try the original program again. The newer redistributable is binary-compatible with Visual C++ 2015–2022, so it satisfies applications that request the older 14.26.28720 runtime.

    If the program still insists on that exact version, contact the software vendor, but in most cases the latest supported redistributable resolves the requirement.


    References:

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.