Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Visual Studio Community 2015 on Windows 7 SP1

I am trying to install Visual Studio Community 2015 Update 1 on a system running Windows 7 with Service Pack 1. However, before the setup begins I get an error message saying "The specified program requires a newer version of Windows."

My understanding is that Visual Studio Community 2015 is compatible with Windows 7 with SP1 installed so I am not sure why I would be getting this error.

like image 718
orajestad9 Avatar asked Dec 03 '15 21:12

orajestad9


People also ask

How do I download and install community in Visual Studio 2015?

Install the Build Tools for Visual Studio 2015Go to Microsoft Build Tools 2015 download page. Click the Download button.

Can Visual Studio run on Windows 7?

Visual Studio Terminal doesn't work and isn't supported on Windows 7 and Windows Server 2008 R2. . NET 4.8. 1 isn't supported, and will not install.


1 Answers

Try these steps:

  1. Open "Properties" of the installer file.

    Usually pressing <Alt> + <Enter> keys when installer is selected, should open it or you can right click the installer and select "Properties", which is usually last menu item of the context menu.

  2. Go to "Compatibility" tab.

  3. Uncheck "Run this program in compatibility mode for", if it is checked.

    If it's grayed out, press button labelled "Change setting for all users" and uncheck it there.

like image 55
Spider Avatar answered Oct 21 '22 12:10

Spider