13

I had visual studio 2013 express edition installed on my windows 8.1 PC. I then installed VS 2013 professional. Now I want to run express edition to verify certain features available between express vs pro but I cannot find how can I launch express version. Whenever I search for it via Windows 8.1 search box, I just get pro version.

Can anyone point me to location where express version executable is installed so that I can launch it? VS is installed at C:\Program Files (x86)\Microsoft Visual Studio 12.0 and I assume that its somewhere here where I should have both express and professional versions installed.

Jeroen Vannevel
  • 43,651
  • 22
  • 107
  • 170
crazy novice
  • 1,757
  • 3
  • 14
  • 36

3 Answers3

30

You can just search for 'express' in the Win8.1 search and it'll show up.

Otherwise go to C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE and open VSWinExpress.exe. Professional can be opened with devenv.exe.

For Visual Studio 2017 the path is slightly changed. You can find it under C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe. Change 'Professional' to 'Community' for the community edition.

Jeroen Vannevel
  • 43,651
  • 22
  • 107
  • 170
1

Mine is named WDExpress.exe. I needed to look it up to add a shortcut to run as administrator.

JulieC
  • 192
  • 11
0

For 2015 Visual Studio Express it is located at C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\WDExpress.exe

  • you may want to edit this answer to cover for people who don't have the same absolute file path as you :) – n1c9 Mar 24 '16 at 23:36