Windows – Slipstream Windows Server in 3 simple steps
Posted in Microsoft, Windows Server on March 1st, 2010 by Ryan Lowdermilk – Be the first to comment- 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