SQL Server Slipstream Installation


Slipstream is an installation method in SQL Server where SQL Server Instance and Service Pack/CU can be packaged together. This feature has been introduced from SQL 2008 SP1.

Slip Stream SQL Server 2008 R2 with SP1:

Here are the steps:
1. Copy your original SQL Server 2008 R2 source media to C:\SQLServer2008R2_SP1
2. Download the SQL Server 2008 R2 SP1 packages from here. You need to download all Service Pack 1 architecture packages:
  • SQLServer2008R2SP1-KB2528583-IA64-ENU.exe
  • SQLServer2008R2SP1-KB2528583-x64-ENU.exe
  • SQLServer2008R2SP1-KB2528583-x86-ENU.exe
3. Extract each of the SQL Server 2008 SP1 packages to C:\SQLServer2008R2_SP1\SP as follows:
  • SQLServer2008R2SP1-KB2528583-IA64-ENU.exe /x:C:\SQLServer2008R2_SP1\SP
  • SQLServer2008R2SP1-KB2528583-x64-ENU.exe /x:C:\SQLServer2008R2_SP1\SP
  • SQLServer2008R2SP1-KB2528583-x86-ENU.exe /x:C:\SQLServer2008R2_SP1\SP
Ensure you complete this step for all architectures to ensure the original media is updated correctly.
4. Copy Setup.exe from the SP extracted location to the original source media location. Here is the robocopy command:
  • robocopy C:\SQLServer2008R2_SP1\SP C:\SQLServer2008R2_SP1 Setup.exe
5. Copy all files not the folders, except the Microsoft.SQL.Chainer.PackageData.dll, in C:\SQLServer2008R2_SP1\SP\<architecture> to C:\SQLServer2008R2_SP1\<architecture> to update the original files. Here is the robocopy command:
  • robocopy C:\SQLServer2008R2_SP1\SP\x86 C:\SQLServer2008R2_SP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll
  • robocopy C:\SQLServer2008R2_SP1\SP\x64 C:\SQLServer2008R2_SP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll
  • robocopy C:\SQLServer2008R2_SP1\SP\ia64 C:\SQLServer2008R2_SP1\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll
6. Determine if you have a DefaultSetup.INI at the following locations:
  • C:\SQLServer2008R2_SP1\x86
  • C:\SQLServer2008R2_SP1\x64
  • C:\SQLServer2008R2_SP1\ia64
If you have a DefaultSetup.INI at the above locations, add the following lines to each DefaultSetup.INI:
PCUSOURCE=".\SP"

If you do NOT have a DefaultSetup.INI, create one with the following content:
;SQLSERVER2008 R2 Configuration File
[SQLSERVER2008]
PCUSOURCE=".\SP"
and copy to the following locations
  • C:\SQLServer2008R2_SP1\x86
  • C:\SQLServer2008R2_SP1\x64
  • C:\SQLServer2008R2_SP1\ia64
This file will tell the setup program where to locate the SP source media that you previously extracted.
7. Run setup.exe as you normally would.

How to know slipstreaming:

  1. You should see the "Update Setup Media Language Rule" on the Installation Rules dialog:
2) On the Ready to Install dialog, the Action will indicated (“Slipstream”):
SQL Server Version number changed from 
10.50.1600.0 to 10.50.2500.0

Here is what we should do to slipstream SQL Server 2012 and 2014:

  1. Download SQL Server 2012 or SQL Server 2014 media
  2. Download all the needed SPs, CUs and Hotfixes that you want to “embed”
  3. Put all of the .exe files in one directory
  4. Launch the setup.exe from CMD by issuing the command:
Setup.exe /Action=Install /UpdateEnabled=TRUE /UpdateSource=”path_to_the_directroy_where_the_hotfixes_are”
F:\batch_27_mssql_server\SQL_SERVER_2012\setup.exe /Action=Install /UpdateEnabled=TRUE /UpdateSource=F:\Software\SP2012
Following window comes that shows SP4 found at location F:\Software\SP2012:
In the ready to install step Action Tab Shows 

Product Update appears in summary file when slipstreaming:




Name

Azure Backup Database Clustering Crash Dumps DBCC Deadlock Link Server Log Shipping Maintenance Migration Mirroring Monitoring Performance Tuning Permissions Post Installations Prerequisites Replication Restore Database SQL Installations SQL on Linux SQL Uninstallations SSIS T-SQL Windows Server
false
ltr
item
hybriddba.blogspot.com: SQL Server Slipstream Installation
SQL Server Slipstream Installation
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz5FWdGHbH6bOO0QiFauE_bt6-6M7V1RgYXlMCP8LB2pv7_GrbbYqp8aloH2ao-DuRTRbks50I1_Tw67HLI_e_QO-NwNLV9stspW2vAzDB3Mc0TGG_IQV-V0TYDmpU6JIW9zLihmDnN5jU/s1600/1579487872313126-0.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz5FWdGHbH6bOO0QiFauE_bt6-6M7V1RgYXlMCP8LB2pv7_GrbbYqp8aloH2ao-DuRTRbks50I1_Tw67HLI_e_QO-NwNLV9stspW2vAzDB3Mc0TGG_IQV-V0TYDmpU6JIW9zLihmDnN5jU/s72-c/1579487872313126-0.png
hybriddba.blogspot.com
https://hybriddba.blogspot.com/2018/04/sql-server-slipstream-installation.html
https://hybriddba.blogspot.com/
https://hybriddba.blogspot.com/
https://hybriddba.blogspot.com/2018/04/sql-server-slipstream-installation.html
true
7679493960263860249
UTF-8
Not found any posts Not found any related posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU Tag ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Contents See also related Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy