A while ago I wrote an article called “How to perform an unattended installation of SQL Server 2005 Express“. With the release of SQL Server 2008 it’s time to write another one about how to do the same but for SQL Server 2008 Express. So, let’s get started …...
Some time ago I wrote an article about how to do an unattended install of the .NET Framework 2.0. A visitor asked the following question about doing this in a login script:...
This post in in response to a couple of questions I’ve had about which versions of the .NET Framework you need to install and in what order. The .NET Framework 3.5 with SP1 includes .NET 3.5 (without any service packs), .NET 3.0 *and* .NET 2.0 – you don’t need to install any of those before installing .NET Framework 3.5 with SP1. Here is a simple script that you can run to silently install the...
Recently I posted an article about how to perform an unattended installation of SQL Server 2005 Express. A comment was posted asking how to set some specific options during the installation – here’s how....
Posted by
Chris on Jun 11th, 2008 in
Infrastructure |
5 comments
There’s not a lot of point having an article on this site about how to perform an unattended installation of IIS6 (Windows XP & Windows Server 2003) and ignore IIS7 (Windows Server 2008 & Windows Vista). So, here’s the article about how to perform an unattended installation of IIS7. Ready?...