Windows 2003 R2 and Integrated Service Pack 2

I recently ran into a spot of trouble with integrating Windows Server 2003 Service Pack 2 into Windows Server 2003 R2. After successfully installing Windows Server 2003 with integrated Service Pack 2 on a server I ran the R2 installer (SETUP2.EXE) and was greeted with this message:

—————————
Windows Server 2003 R2 Setup Wizard
—————————
Setup cannot continue because this product disc is incompatible with the service pack installed on this computer. To complete the installation of Windows Server 2003 R2, you will need to insert the latest version of Windows Server 2003 R2 Disc 2.
—————————
OK
—————————

A bit of digging around resulted in this page on TechNet that indicates that you should be able to run the R2 components installation directly on a server with Service Pack 2 installed.

Obviously this isn’t the case and until Microsoft release R2 media with SP2 integrated you will need to modify one of the R2 source files. Open R2INTL.INF in the \CMPNENTS\R2 folder from disc 2 and change the following line from:

R2SPLevel = 1

to:

R2SPLevel = 2

and your R2 installation should work. I’ve tested this on a single machine and everything is working as expected.

Alternatively you can follow this process to create a single ISO/DVD that includes both Windows 2003 R2 CDs slipstreamed with Service Pack 2:

  1. Create a local folder to copy the contents of each CD to, e.g. C:\WINR2
  2. Copy the contents of each Windows Server 2003 R2 disc to the folder, but copy CD2 first
  3. Remove the read-only attributes of the contents of C:\WINR2
  4. Slipstream the service pack into this folder
  5. Customise as required and write as an ISO or DVD