Languages
[Edit]
EN

MSBuild - installation under Windows

8 points
Created by:
Huzaifa-Ball
475

In this short article, we would like to show how to install MSBuild.exe under Windows.

Simple steps:

  1. install Microsoft Visual Studio 2019 - Community Edition,
    Direct download: https://visualstudio.microsoft.com/vs/community
    Hints:
    • you can run the installer without a Microsoft account,
    • MSBuild.exe will be installed in:
      C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin
      or:
      C:\Program Files\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin
  • add one of the above paths to Path environment variable (select the one that contains MSBuild.exe application),
  • open Command Prompt or other command line and check if MSBuild.exe is working (command line should be opened/re-opened after Path variable is updated).

 

Screenshots:

MSBuild.exe installed with Microsoft Visual Studio 2019 under Windows.
MSBuild.exe installed with Microsoft Visual Studio 2019 under Windows.
`MSBuild.exe -version` command run to check the current version after the path was added to environment variables. 
`MSBuild.exe -version` command run to check the current version after the path was added to environment variables. 

See also

  1. ❤ 💻 Visual Studio 2019 Community Edition – Download Latest Free Version

Alternative titles

  1. MSBuild - install under Windows
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join