Share via

Though VS runtime is installed, getting error that not installed- Please install it and run this setup again.

Rock Steps 21 Reputation points
2026-03-10T10:16:46.9466667+00:00

User's image

Developer technologies | Visual Studio | Extensions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Varsha Dundigalla(INFOSYS LIMITED) 4,780 Reputation points Microsoft External Staff
    2026-03-10T11:41:01.4133333+00:00

    Thank you reaching out.

    This issue happens because the add‑in setup is checking only for Visual Studio 2010 Tools for Office Runtime. It does not look at newer Visual Studio versions or other Office runtimes, even if they are already installed and working.

    In many cases, the runtime is either:

    • Installed in a different bit version (32‑bit vs 64‑bit) than Visio, or
    • A newer runtime is installed, which the installer does not recognize as valid, or
    • The runtime is present, but the setup cannot find the exact registry entry it expects.

    Because of this, the installer assumes the runtime is missing and shows the error.

    Installing the exact Visual Studio 2010 Tools for Office Runtime that matches the same bitness as Visio, running it as administrator, and restarting the system usually fixes the problem. Once the correct runtime is detected, the add‑in setup should run without the error.

    Please let us know if you require any further assistance, we’re happy to help. If you found this information useful, kindly mark this as "Accept Answer". So that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    0 comments No comments

  2. Q&A Assist
    2026-03-10T10:17:00.8733333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error indicates that the installer cannot detect the specific prerequisite it expects, even though a Visual Studio–related runtime may already be installed. This is the same pattern as when an installer reports that “Microsoft Visual Studio Professional/Enterprise is required, but it is not installed,” even if other Visual Studio components are present.

    The setup for the OrbusInfinity Visio add‑in is hard‑coded to look for the Visual Studio 2010 Tools for Office Runtime. If that exact runtime (correct version/bitness) is not detected, the setup fails with the message shown.

    To resolve this:

    1. Ensure that the machine meets the prerequisites required by the add‑in installer (in this case, the Visual Studio 2010 Tools for Office Runtime matching the Office/Visio bitness: x86 or x64).
    2. If a different Visual Studio runtime or edition is installed, that does not satisfy this prerequisite; install the required runtime explicitly.
    3. After installing the correct runtime, rerun the OrbusInfinity Visio add‑in setup.

    This follows the same principle as other Visual Studio–dependent installers: they succeed only when the exact required product/runtime is present and correctly detected.


    References:

    0 comments No comments

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.