Windows – Slipstream Windows Server in 3 simple steps
- Copy “i386” folder from Windows CD/DVD folder to C:\
- Copy the service pack .exe (filenames differ with varying service packs) to C:\service_pack and run c:\service_pack\servicepack.exe /x
- Run c:\service_pack\update\update.exe /s:c:\
Bonus Steps – Change the default installation location i.e. the prompt for the Windows CD
- From a command line:
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v "SourcePath" /d c:\i386
- One more, from a command line:
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Setup" /v "SourcePath" /d c:\i386
This entry was posted
on Monday, March 1st, 2010 at 13:33 and is filed under Microsoft, Windows Server.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.