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
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.
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.
Run as Administrator worked for me.
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:
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"
I had the same issue, my solution was to run it in administrator mode and it seemed to work just fine.