Visual Studio 2010 Installer Download

Visual Studio 2010 Installer Download 3,7/5 8281 reviews
-->
  1. Microsoft Visual Studio 2010 Offline Installer Download
  2. Vs 2010 Express Iso Download

Welcome to Visual Studio 2019! In this version, it's easy to choose and install just the features you need. And because of its reduced minimum footprint, it installs quickly and with less system impact.

Welcome to a new way to install Visual Studio! In this version, we've made it easier for you to choose and install just the features you need. We've also reduced the minimum footprint of Visual Studio so that it installs more quickly and with less system impact than ever before.

Note

Download Visual Studio Community, Professional, and Enterprise. Try Visual Studio Code or Team Foundation Server for free today. Web Installer Download Visual Studio Team Explorer 2019 A free solution for non-developers to interact with Azure DevOps Server and Azure DevOps. Please see the Release Notes for more information. Jun 29, 2014  Microsoft's Visual Studio 2010 Professional is an integrated solution for developing, debugging, and deploying all kinds of applications. This extension provides the same functionality that currently exists in Visual Studio 2010 for Visual Studio Installer projects. To use this extension you can either open the Extensions and Updates dialog, select the online node, and search for 'Visual Studio Installer Projects Extension,' or you can download directly from this page. Microsoft Visual Studio 2010 Professional Free Download will let you download and install a powerful application to write better-quality code, reduce security-related issues, and avoid bugs later in the development lifecycle.

This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see Install Visual Studio for Mac.

Want to know more about what else is new in this version? See our release notes.

Want to know more about what else is new in this version? See our release notes.

Ready to install? We'll walk you through it, step-by-step.

Step 1 - Make sure your computer is ready for Visual Studio

Before you begin installing Visual Studio:

  1. Check the system requirements. These requirements help you know whether your computer supports Visual Studio 2017.

  2. Apply the latest Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio.

  3. Reboot. The reboot ensures that any pending installs or updates don't hinder the Visual Studio install.

  4. Free up space. Remove unneeded files and applications from your %SystemDrive% by, for example, running the Disk Cleanup app.

  1. Check the system requirements. These requirements help you know whether your computer supports Visual Studio 2019.

  2. Apply the latest Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio.

  3. Reboot. The reboot ensures that any pending installs or updates don't hinder the Visual Studio install.

  4. Free up space. Remove unneeded files and applications from your %SystemDrive% by, for example, running the Disk Cleanup app.

For questions about running previous versions of Visual Studio side by side with Visual Studio 2017, see the Visual Studio compatibility details.

For questions about running previous versions of Visual Studio side by side with Visual Studio 2019, see the Visual Studio 2019 Platform Targeting and Compatibility page.

Step 2 - Download Visual Studio

Next, download the Visual Studio bootstrapper file. To do so, choose the following button, choose the edition of Visual Studio that you want, choose Save, and then choose Open folder.

Step 3 - Install the Visual Studio installer

Run the bootstrapper file to install the Visual Studio Installer. This new lightweight installer includes everything you need to both install and customize Visual Studio.

  1. From your Downloads folder, double-click the bootstrapper that matches or is similar to one of the following files:

    • vs_community.exe for Visual Studio Community
    • vs_professional.exe for Visual Studio Professional
    • vs_enterprise.exe for Visual Studio Enterprise

    If you receive a User Account Control notice, choose Yes.

  2. We'll ask you to acknowledge the Microsoft License Terms and the Microsoft Privacy Statement. Choose Continue.

Step 4 - Choose workloads

After the installer is installed, you can use it to customize your installation by selecting the feature sets—or workloads—that you want. Here's how.

  1. Find the workload you want in the Installing Visual Studio screen.

    For example, choose the '.NET desktop development' workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

  2. After you choose the workload(s) you want, choose Install.

    Next, status screens appear that show the progress of your Visual Studio installation.

  1. After the new workloads and components are installed, choose Launch.

    For example, choose the 'ASP.NET and web development' workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control.

  2. After you choose the workload(s) you want, choose Install.

    Next, status screens appear that show the progress of your Visual Studio installation.

Tip

At any time after installation, you can install workloads or components that you didn't install initially. If you have Visual Studio open, go to Tools > Get Tools and Features.. which opens the Visual Studio Installer. Or, open Visual Studio Installer from the Start menu. From there, you can choose the workloads or components that you wish to install. Then, choose Modify.

Step 5 - Choose individual components (Optional)

If you don't want to use the Workloads feature to customize your Visual Studio installation, or you want to add more components than a workload installs, you can do so by installing or adding individual components from the Individual components tab. Choose what you want, and then follow the prompts.

Step 6 - Install language packs (Optional)

By default, the installer program tries to match the language of the operating system when it runs for the first time. To install Visual Studio in a language of your choosing, choose the Language packs tab from the Visual Studio Installer, and then follow the prompts.

Change the installer language from the command line

Another way that you can change the default language is by running the installer from the command line. For example, you can force the installer to run in English by using the following command: vs_installer.exe --locale en-US. The installer will remember this setting when it is run the next time. The installer supports the following language tokens: zh-cn, zh-tw, cs-cz, en-us, es-es, fr-fr, de-de, it-it, ja-jp, ko-kr, pl-pl, pt-br, ru-ru, and tr-tr.

Step 7 - Select the installation location (Optional)

New in 15.7: You can now reduce the installation footprint of Visual Studio on your system drive. You can choose to move the download cache, shared components, SDKs, and tools to different drives, and keep Visual Studio on the drive that runs it the fastest.

You can reduce the installation footprint of Visual Studio on your system drive. You can choose to move the download cache, shared components, SDKs, and tools to different drives, and keep Visual Studio on the drive that runs it the fastest.

Important

You can select a different drive only when you first install Visual Studio. If you've already installed it and want to change drives, you must uninstall Visual Studio and then reinstall it.

For more information, see the Select installation locations page.

Step 8 - Start developing

  1. After Visual Studio installation is complete, choose the Launch button to get started developing with Visual Studio.

  2. Choose File, and then choose New Project.

  3. Select a project type.

    For example, to build a C++ app, choose Installed, expand Visual C++, and then choose the C++ project type that you want to build.

    To build a C# app, choose Installed, expand Visual C#, and then choose the C# project type that you want to build.

  1. After Visual Studio installation is complete, choose the Launch button to get started developing with Visual Studio.

  2. On the start window, choose Create a new project.

  3. In the search box, enter the type of app you want to create to see a list of available templates. The list of templates depends on the workload(s) that you chose during installation. To see different templates, choose different workloads.

    You can also filter your search for a specific programming language by using the Language drop-down list. You can filter by using the Platform list and the Project type list, too.

  4. Visual Studio opens your new project, and you're ready to code!

Get support

Sometimes, things can go wrong. If your Visual Studio installation fails, see Troubleshoot Visual Studio installation and upgrade issues for step-by-step guidance.

We also offer a live chat (English only) support option for installation-related issues.

Here are a few more support options:

  • Report product issues to us via the Report a Problem tool that appears both in the Visual Studio Installer and in the Visual Studio IDE.
  • Suggest a feature, track product issues, and find answers in the Visual Studio Developer Community.
  • Use your GitHub account to talk to us and other Visual Studio developers in the Visual Studio conversation in the Gitter community.

See also

Download.com has chosen not to provide a direct-download link for this product and offers this page for informational purposes only.

Microsoft's Visual Studio 2010 Professional is an integrated solution for developing, debugging, and deploying all kinds of applications. It takes up several gigabytes and costs $799, but you can try it free for 30 days.

Pros

Easy ins: Visual Studio's compact download manager greatly eases the process of downloading and installing this 3389.6MB package. We like being able to specify which tools and programming languages to install and the individual disk space requirements for all of our drives.

Executive suite: Visual Studio has specific settings for different areas of development work, starting with General Development and including Project Management, Web Development, and various programming languages.

Easy on the eyes: A classic Explorer layout with easily accessible and pin-able sidebars (like the right-hand Solutions Explorer) and Office-like touches make Visual Studio not only familiar but also surprisingly easy to manage for such a large suite.

Going Pro: Visual Studio gets right down to business with quick access to server links, New or Existing Projects, and essential resources and communities. Sometimes you get what you pay for.

Cons

Space eater: Visual Studio's primary installation needed 6GB of disk space. You may be able to do without some components, such as SQL Server or Sync Framework.

Needy: Visual Studio requires some additional components to do its job. Our 32-bit system already had VC Runtime 9 (x86) and .NET Framework, but needed Microsoft Application Error Reporting, VC Runtime 10 (x64 and x86), and Microsoft Visual Studios 2010 64-bit Prerequisites (x64). It's a lot to install, and to remove, too, if you choose not to buy.

Performing without a (dot)NET: Some developers have expressed frustration with Visual Studio's .NET Framework dependence and prefer Visual Basic 6.0.

Installer

Bottom Line

Microsoft Visual Studio 2010 Offline Installer Download

Microsoft Visual Studio 2010 Professional is huge, sprawling, and expensive, on the one hand, but surprisingly intuitive and nimble on the other. We only scratched the surface of its capabilities during our brief trial, but we came away impressed.

Editors' note: This is a review of the trial version of Microsoft Visual Studio 2010 Professional 10.0.30319.1.

What do you need to know about free software?

Explore Further

Microsoft's Visual Studio 2010 Professional is an integrated solution for developing, debugging, and deploying all kinds of applications. It takes up several gigabytes and costs $799, but you can try it free for 30 days.

Pros

Vs 2010 Express Iso Download

Easy ins: Visual Studio's compact download manager greatly eases the process of downloading and installing this 3389.6MB package. We like being able to specify which tools and programming languages to install and the individual disk space requirements for all of our drives.

Executive suite: Visual Studio has specific settings for different areas of development work, starting with General Development and including Project Management, Web Development, and various programming languages.

Easy on the eyes: A classic Explorer layout with easily accessible and pin-able sidebars (like the right-hand Solutions Explorer) and Office-like touches make Visual Studio not only familiar but also surprisingly easy to manage for such a large suite.

Going Pro: Visual Studio gets right down to business with quick access to server links, New or Existing Projects, and essential resources and communities. Sometimes you get what you pay for.

Cons

Space eater: Visual Studio's primary installation needed 6GB of disk space. You may be able to do without some components, such as SQL Server or Sync Framework.

Sep 02, 2019  Perhaps the main difference between a serial and parallel port is the way information is communicated: a parallel port is only able to transfer information from the hard drive, while a serial port can transfer information both to and from a hard drive. May 19, 2018  PARALLEL VS SERIAL The two most basic types of communication are serial and parallel. They are so common that even the cabling bears the name serial cable and parallel cable. Since electricity behaves according to the laws of physics, it is impossible to. Perhaps the main difference between a serial and parallel port is the way information is communicated: a parallel port is only able to transfer information from the hard drive, while a serial port can transfer information both to and from a hard drive. Serial vs parallel connectors

Needy: Visual Studio requires some additional components to do its job. Our 32-bit system already had VC Runtime 9 (x86) and .NET Framework, but needed Microsoft Application Error Reporting, VC Runtime 10 (x64 and x86), and Microsoft Visual Studios 2010 64-bit Prerequisites (x64). It's a lot to install, and to remove, too, if you choose not to buy.

Performing without a (dot)NET: Some developers have expressed frustration with Visual Studio's .NET Framework dependence and prefer Visual Basic 6.0.

Bottom Line

Microsoft Visual Studio 2010 Professional is huge, sprawling, and expensive, on the one hand, but surprisingly intuitive and nimble on the other. We only scratched the surface of its capabilities during our brief trial, but we came away impressed.

Visual Studio 2010 Installer Download

Editors' note: This is a review of the trial version of Microsoft Visual Studio 2010 Professional 10.0.30319.1.