Visual Studio 2012 Install Fails: Program Compatibility Mode is on

前端 未结 14 1346
抹茶落季
抹茶落季 2020-12-13 08:30

I\'m trying to install Visual Studio 2012 Express for Windows Desktop and every time I run the installer I get this error:

\"Windows Program Compatib

相关标签:
14条回答
  • 2020-12-13 08:45

    I ran into this problem and the solution for me was to rename the file back to its original name. I had downloaded it as "vs2012sdk_full.exe" but the original name was "vssdk_full.exe". When I ran it as "vs2012sdk_full.exe" I got the compatibility mode error. Once I renamed it back to the original "vssdk_full.exe" it worked.

    0 讨论(0)
  • 2020-12-13 08:46

    In case you mounted it, first extract the content before you install. it worked for me.

    Had the same issue installing vs_ultimate on Windows 10, It tells me to turn compatibility mode off which I didn't know to do. After reading all the solutions above without success, I was able to solve it on my own.

    I mounted the .iso before installing which was giving me problem, but later as I extracted it into a desktop folder, it installed fine.

    0 讨论(0)
  • 2020-12-13 08:46

    Run as Administrator worked for me.

    0 讨论(0)
  • 2020-12-13 08:48

    Previous posts are correct in that compatibility mode appears to be based entirely on file names. There is a simple method for determining precisely which name Windows expects:

    Right-click the file, select Properties and navigate to the Details tab. There should be an entry labelled "Original filename". Simply rename the file accordingly and it should run happily.

    Screenshot:

    0 讨论(0)
  • 2020-12-13 08:48

    If you downloaded Visual Studio 2012 and Visual Studio 2013 at the same time and one was renamed with a "(0)" suffix (just as I did) then change the installer to the original name will probably fix it, because "somehow compatibility checking is based on file naming"

    0 讨论(0)
  • 2020-12-13 08:48

    I had the same issue, my solution was to run it in administrator mode and it seemed to work just fine.

    0 讨论(0)
提交回复
热议问题