Vidhya Sagar – Blog One Stop for SQL Server related Queries

4Jan/10

Basic Slipstream Setup – SQL Server 2008

In my previous article I’ve posted about slipstream and we have discussed about it’s methods. In this article I’m going to write about creating basic slipstream setup in SQL Server 2008. In this method you will be merging the service pack with the base setup at the time of installation. This method is very simple and straight forward. The merged setup package cannot be reused and it’s valid only for that particular (single) installation.

Steps for Creating Slipstream Setup

  • Make sure below software’s installed in the system before proceeding to it since this is the pre-requisite for basic slipstream creation. These setup files are included in the base setup package (in DVD)

                      *) DotNet Framework 3.5 with SP1
                      *) Windows Installer 4.5

  • Download the service pack from Microsoft website that matches to your installation architecture, lets say x86, x64 or IA64
  • Extract the service pack content to a folder, syntax for extraction is below (you can also use winrar or winzip to extract the content)

              ServicePack_FileName.exe /x:Path to Extract 
              eg.) SQLServer2008_SP1_x86.exe /x:C:\SQL2008SP1

  • Run the service pack setup and install “Setup Support Files” only, as an alternate to install the setup support file is to browse to the extracted folder as below and run sqlsupport.msi file               

              Extracted Path\Architecture\setup\1033 
              eg.) C:\SQL2008SP1\x86\setup\1033

  • Now run the base setup from DVD specifying PCUSource parameter pointing to the extracted path

               X:\Setup.exe /PCUSource=C:\SQL2008SP1

That’s it, now the installation will start as normal, complete it and you can find SQL 2008 is installed with SP1.

Example

Now I’m going to do this as an example. In this example I’ll be using x86 version of SQL Server 2008 Developer edition.

  • .Net 3.5 SP1 and Windows Installer 4.5 is already installed in my box
  • I’ve downloaded x86 version of service pack 1 and saved it in C:\Temp folder
  • Now I’m going to extract the service pack content to C:\SQL2008SP1 folder

basic_slipstream_1

  • I’ve executed sqlsupport.msi file to install setup support files and it completed successfully.
  • I’ve my base developer edition setup copied to I:\SQL2K8 path, I’m going to run the setup now specifying the PCUSource parameter. In the screenshots below you can see that slipstream details is shown, so once the installation is completed your system is ready with SQL Server 2008 SP1

basic_slipstream_2

basic_slipstream_3 basic_slipstream_4

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)