Quantcast
Viewing all articles
Browse latest Browse all 7696

Slipstream of SQL Server 2008 R2 SP2 fails

Has anyone successfully created a slipstreamed drop of SQL Server 2008 R2 with SP2? I have successfully slipstreamed 4-5 other SQL Server 2008 and 2008 R2 versions with both SP's and CU's, so I'm not exactly new to this process, but can't seem to get SP2 to slipstream correctly.

I followed the following procedure:

  1. Copied SQL 2008 R2 RTM media to C:\SQL2008R2
  2. Deleted the x86 and ia64 directories.
  3. Extracted the x64 SP2 file to C:\SQL2008R2\SP
  4. Copied setup.exe from .\SP to .\
  5. Copied the files, but not the folders, and not the packagechain.dll from .\SP to .\
  6. Modified .\x64\DefaultInstall.ini to add PCUSOURCE=".\SP"

This process results in the following message:

"SQL Server setup media does not support the language of the OS or does not have the ENU localized files. Use the matching language-specific SQL Server media or change the OS locale through Control Panel."

I then tried copying the file .\SP\resources\1033\setup.rll to .\. This fails as well with the same error.

I then tried copying .\SP\1033_enu_lp and .\SP\resources to .\. This fails with the error:

"Microsoft .NET Framework 3.5 SP1 installation has failed. SQL Server 2008 R2 Setup requires .NET Framework 3.5 SP1 to be installed."

Let me quickly point out that the setup media language matches the OS language and SP language (ENU). Also, .NET is most definitely installed. Running the RTM setup and SP setup programs standalone work fine.

Thanks!

John


Viewing all articles
Browse latest Browse all 7696

Trending Articles