What is the proper order for installing Microsoft software on a developer workstation? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T07:29:37Z http://stackoverflow.com/feeds/question/201525 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta 19 What is the proper order for installing Microsoft software on a developer workstation? mattruma 2008-10-14T15:00:49Z 2009-02-07T22:00:17Z <p>I've done this a <strong>million</strong> times ... setting up a developer work station. </p> <p>Is there a best practices, or installation checklist for installing Microsoft development software on a work station? What about applying updates and/or service packs? Is there a specific order for doing this, in hopes of minimizing any install issues.</p> <p>Our current software library consists of:</p> <ul> <li>Visual Studio 2003</li> <li>Visual Studio 2008 </li> <li>SQL Server 2005 </li> <li>Microsoft Office 2007</li> </ul> <p>We do use some other tools, but I usually hold off on installing them once I get a <strong>good</strong> build from Microsoft ... whether a <strong>good</strong> build is possible or not is another topic! =)</p> <p>Also, do you use any software like <a href="http://www.symantec.com/norton/ghost" rel="nofollow">Ghost</a> to create images of work station? Some easy way to restore your work station.</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/201555#201555 2 Answer by Pascal Paradis for What is the proper order for installing Microsoft software on a developer workstation? Pascal Paradis 2008-10-14T15:05:59Z 2008-10-14T15:05:59Z <p>I tend to go in chronological order. The oldest software to the most recent.</p> <p>In your case I would do something like </p> <ol> <li>Office 2007 (I usually install office first)</li> <li>VS2003</li> <li>Install VS2003 updates through Microsoft update</li> <li>SQL Server 2005</li> <li>Install SQL Server 2005 through Microsoft Update</li> </ol> <p>And so on...</p> <p>When the setup is over and the machine is configured I do a full base image with <a href="http://www.acronis.com/homecomputing/products/trueimage/" rel="nofollow">Acronis True Image</a>.</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/201565#201565 0 Answer by IAmCodeMonkey for What is the proper order for installing Microsoft software on a developer workstation? IAmCodeMonkey 2008-10-14T15:07:20Z 2008-10-14T15:07:20Z <p>You should be able to install each piece of software regardless of the order you install it in. That being said, if you want to be 'safe', start with the lowest version of each and work you way up, installing the updates/SP's as you go along.</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/201567#201567 1 Answer by Brian Knoblauch for What is the proper order for installing Microsoft software on a developer workstation? Brian Knoblauch 2008-10-14T15:07:25Z 2008-10-14T15:07:25Z <p>I don't use Ghost as none of the workstations I setup are ever identical.</p> <p>As far as install order, I would do:</p> <ul> <li>Office 2007</li> <li>SQL Server 2005</li> <li>VS 2003</li> <li>VS 2008</li> </ul> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/201572#201572 2 Answer by Joel Coehoorn for What is the proper order for installing Microsoft software on a developer workstation? Joel Coehoorn 2008-10-14T15:08:21Z 2008-10-14T15:08:21Z <p>I'd do:</p> <ul> <li>Operating System</li> <li>Anti-virus/security software (if applicable)</li> <li>Office</li> <li>.Net framework runtimes</li> <li>Security Updates</li> <li>SQL Server</li> <li>Visual Studio </li> <li>Source control client</li> <li>Any other tools (Notepad++, ftp client, etc)</li> <li>Security Updates</li> </ul> <p>SQL Server vs Visual studio may be backwards, but that probably doesn't matter. </p> <p>That just leaves the order for visual studio installs. In general you want to install the older products first. However, there may be a situation where that's not the case. If you have, say, VS2008 Standard and VS2003 Professional you might want to install the professional edition later. But I haven't been able to play with that particular scenario.</p> <p>Finally, I normally prefer to apply all patches at once. It saves time. However, I want to make sure my .Net runtimes are up to date before installing the developement tools, and in the case of multiple editions of Visual Studio (or any other complicated package) I prefer to make sure each instance of the software is fully up to date before installing the next.</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/201592#201592 24 Answer by Mitchel Sellers for What is the proper order for installing Microsoft software on a developer workstation? Mitchel Sellers 2008-10-14T15:14:03Z 2008-10-14T16:10:36Z <p>I would use the following and this order IS KEY if you want to do ASP.NET Development without issue.</p> <ul> <li>Operating System</li> <li>IIS for the OS &lt;- If not done before VS, issues can be had</li> <li>OS Updates</li> <li>Office </li> <li>Office Updates</li> <li>SQL Server and tools</li> <li>SQL Server Updates</li> <li>VS 2003</li> <li>VS 2003 Updates</li> <li>VS 2005 (DON'T install SQL Express)</li> <li>VS 2005 Updates</li> <li>VS 2008</li> <li>VS 2008 Updates</li> <li>Any third party tools for development environments (Telerik, DevExpress, etc)</li> </ul> <p>I have found that with this format, you will NOT have any issues, but if you change the order, I have had bad things happen before. Especially important is the IIS setup piece!</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/201748#201748 3 Answer by Joe Pineda for What is the proper order for installing Microsoft software on a developer workstation? Joe Pineda 2008-10-14T15:51:30Z 2008-10-14T15:51:51Z <p>I'm definitely a Ghost addict. At a former work I would spend about 2-3 hours configuring properly everything needed for a user: Windows+patches, Office+patches, Acrobat Reader, etc. Once everything's ready I would create an image of the whole hard drive using Ghost, and store it somewhere (if possible, ZIP it and burn it to a DVD).</p> <p>Then, when a new colleague arrived, I had Ghost restore the image onto a new hard drive - this was accomplished in 20 minutes or less! After that, manual work was reduced to:</p> <ul> <li>Changing PC's name</li> <li>Changing Windows and Office License numbers (I remember there was a tool at TechRepublic for this, technically it's not illegal)</li> <li>Changing PC's IP address (if you're not using DHCP)</li> <li>Ready!</li> </ul> <p>All of those steps can be easily scripted, if you wish. Anyway, it's just 10 minutes or less.</p> <p>At my current work I'm just a developer so I'm not in charge of preparing machines for new coworkers anymore. However, from this past experience I'd say using Ghost is the fastest and most cost effective way to setup new computers!</p> <p>Especially the Windows installation and going to Windows Update - argh!! I really hate loosing so much time at these steps, it can be tolerated if you only do that <strong>once</strong>.</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/473090#473090 1 Answer by thijs for What is the proper order for installing Microsoft software on a developer workstation? thijs 2009-01-23T14:34:12Z 2009-01-23T14:34:12Z <p>My recommendation is to start with the OS and its updates, then add Office if you need that and then install Virtual PC or VMWare. This way you can separate the different versions (and betas) of all the development stuff into different VPC's. Your real hardware will stay clean and you are able to switch between environments very smoothly.</p> http://stackoverflow.com/questions/201525/what-is-the-proper-order-for-installing-microsoft-software-on-a-developer-worksta/524680#524680 1 Answer by ajma for What is the proper order for installing Microsoft software on a developer workstation? ajma 2009-02-07T22:00:17Z 2009-02-07T22:00:17Z <p>For a web platform, Microsoft has a nice package installer here: <a href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx" rel="nofollow">http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx</a></p> <p>I like using <a href="http://technet.microsoft.com/en-us/library/bb457073.aspx" rel="nofollow">sysprep</a> before imaging a machine so that I can create multiple workstations with the same config</p>