Setup.exe stop working when Install Microsoft Visual C++ 2008 Redistributable

LI Wenjun 21 Reputation points
2020-11-18T02:52:12.857+00:00

Hi,
40486-2020-11-18-10h40-41.png
During installed Microsoft Visual C++ 2008 Redistributable, there was a popup window shows setup.exe already stopped work. Then Microsoft Visual C++ 2008 cannot be installed.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Carl Fan 6,881 Reputation points
    2020-11-18T09:15:12.147+00:00

    Hi,
    I suggest you to try some common workaround as the following:

    1. Disable the Anti-Virus software during installation
    2. Please check Control Panel to see whether the "Microsoft Visual C++ 2008 Redistributable " has already installed well in your computer. If yes, try to remove it.
    3. Perform a clean boot.
      https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows
      Then you can download and install the Microsoft Visual C++ 2008 Redistributable Package with the right version, according to your machine OS:
      https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

    Check Event log if it recorded related error message.
    Hope this helps and please help to accept as Answer if the response is useful.

    Best Regards,
    Carl


  2. S.Sengupta 24,476 Reputation points MVP
    2020-11-19T13:29:12.017+00:00

    See troubleshooting for Visual Studio:
    https://learn.microsoft.com/en-us/visualstudio/i...
    https://learn.microsoft.com/en-us/visualstudio/i...
    https://visualstudio.microsoft.com/downloads/?u...

    If you know the program that uses this old VCC+ then you can reinstall it which may resolve the problem.Sometimes corrupt DLL files may cause problem.

    Press Windows key + X then click Command Prompt (Admin) or Windows PowerShell (Admin). At the command prompt or PowerShell window, type the commands below then hit enter after each. Exit the command prompt then restart your computer to see if the problem is resolved.

    regsvr32 ntdll.dll /s

    regsvr32 msdxm.ocx /s

    regsvr32 dxmasf.dll /s

    regsvr32 wmp.dll /s

    regsvr32 wmpdxm.dll /s


Your answer

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