Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Visual Studio 2013 on Windows 7

I would like to install Visual Studio 2013 on Windows 7 64-bit.

For some reason, the installer says "Setup Blocked" with an error "This version of Visual Studio requires a computer with a newer version of Windows".

Error on installing Visual Studio 2013

This error is not exactly descriptive of what's wrong. The least I could do was verify that I have the following installed :

  1. Windows 7 Professional (64-bit) with Service Pack 1
  2. Internet Explorer 10
    • Version: 10.0.9200.16750
    • Update Versions: 10.0.12 (KB2898785)
  3. All Windows Updates that were available for installing on 11th of Dec. 2013.

Executed the installer with the /log winexp.log argument and got the following : winexp.log.

Any ideas of what else could be the problem ?

Thanks.

Edit : by looking at this question there was a crack that allowed installing Windows Phone's SDK on Windows 7 - does anyone know a similar solution for VS 2013 ?

like image 385
Sussch Avatar asked Dec 11 '13 10:12

Sussch


People also ask

Can I install Visual Studio on Windows 7?

Visual Studio Code is a powerful and free code editor that you can download on your Windows (11, 10, 8, 7) computer.

Can I still download Visual Studio 2013?

Visual Studio 2013 Express Edition is available to all software users as a free download for Windows.

Can I install vs2017 on Windows 7?

Supported Operating Systems Windows 8.1 (with Update 2919355): Core, Professional, and Enterprise. Windows Server 2012 R2 (with Update 2919355): Essentials, Standard, Datacenter. Windows 7 SP1 (with latest Windows Updates): Home Premium, Professional, Enterprise, Ultimate.

Can we install Visual Studio 2012 on Windows 7?

We can install visual studio 2012 ultimate in windows 7 professional-32-bit os.


2 Answers

The minimum requirements are based on the Express edition you're attempting to install:

Express for Web (Web sites and HTML5 applications) - Windows 7 SP1 (With IE 10) Express for Windows (Windows 8 Apps) - Windows 8.1 Express for Windows Desktop (Windows Programs) - Windows 7 SP1 (With IE 10) Express for Windows Phone (Windows Phone Apps) - Windows 8 

It sounds like you're trying to install the "Express 2013 for Windows" edition, which is for developing Windows 8 "Modern UI" apps, or the Windows Phone edition.

The similarly named version that is compatible with Windows 7 SP1 is "Express 2013 for Windows Desktop"

Source

like image 148
Graham Wager Avatar answered Dec 06 '22 00:12

Graham Wager


Visual Studio Express for Windows needs Windows 8.1. Having a look at the requirements page you might want to try the Web or Windows Desktop version which are able to run under Windows 7.

like image 40
Joachim Rohde Avatar answered Dec 05 '22 23:12

Joachim Rohde