1. Copy the contents of you Windows Server 2003 (SP0 or SP1) to your hard drive IE dir C:\Win2k3_CD1\
2. Now copy the contents of your Windows 2003 R2 disk to your hard drive IE dir C:\Win2k3_CD2\
3. Now you need to create a batch file to integrate the SP into the 2 folders
Here is mine
Code: Select all
"D:\Unattended\Apps\Install\Service Packs\Windows\WindowsServer2003-KB914961-SP2-x86-ENU.exe" -s:C:\Win2k3_CD1\
"D:\Unattended\Apps\Install\Service Packs\Windows\WindowsServer2003-KB914961-SP2-x86-ENU.exe" -s:C:\Win2k3_CD2\
4. Upon completion of the integration you will be able to merge the folders to slipstream Windows 2003 SP2 and R2-SP2
-=To be completed=-