Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Proper Install Order For Visual Studio 2010 with SQL Server 2008 and Office 2007?

I want to create a Windows 7 64-bit (Ultimate) virtual machine with:

  • Visual Studio 2010 (Ultimate)
  • Office 2007 Enterprise (with Visio 2007)
  • SQL Server 2008 (with SSIS and SSRS)

but I am not sure if there is a correct order to install those items such that there will not be a loss of "awareness" of one application from another on that list?

For example, I want to make sure Visual Studio knows that Office exists but also that Visual Studio knows that SQL Server exists but if I install SQL Server before Office will that wipe out any data access drivers that are needed by VS 2010 if Office is installed after SQL Server?

There are a lot of components and I never gave it a thought that install order would matter but I have a feeling it does. Ultimately I want to create a VM that I can save and use a base development VM from which to create additional VMs from.

like image 855
Taptronic Avatar asked Apr 19 '10 12:04

Taptronic


People also ask

What should I install first Visual Studio or SQL Server?

If you intend to install to a non-default location, then it is better to install Visual Studio first as both use the Visual Studio outer shell.

Which SQL Server is best for Visual Studio 2010?

Visual Studio 2010 is compatible with SQL Server 2008 R2 so things should just work. Note that Visual Studio 2010 does not install R2, so you will need to download it separately if you want to try it out.

Can we install SQL Server after Visual Studio?

Visual Studio with Web Developer and SQL Data Tools installed. RUN THAT FILE. After you mount the ISO file, you will have a new “drive” that contains the installation files for SQL Server. Run the setup file to install SQL Server.

Does SQL Server Management Studio requires Visual Studio?

When installing SQL Server 2014 or SQL Server 2012, SSMS requires Visual Studio 2010 Shell (Isolated) and SSDT requires Visual Studio 2010 Shell (Integrated). According to Microsoft lifecycle policy of Visual Studio 2010, the support ended on July 14, 2020.


2 Answers

I think that for the mentioned applications there is no correct and wrong order, but if I would install them, I would install with the following order: Office, SQL Server, Visual Studio.

like image 91
a programmer Avatar answered Sep 28 '22 15:09

a programmer


The most logical order of installation would be:

  1. Office 2007 Enterprise (with Visio 2007)
  2. SQL Server 2008 (with SSIS and SSRS)
  3. Visual Studio 2010 (Ultimate)

And from what you're describing this would take care of your worries as well.

like image 42
Prutswonder Avatar answered Sep 28 '22 16:09

Prutswonder