|
jsandys -> RE: Hotfixes in SCCM (5/8/2008 5:03:33 PM)
|
As Joel stated above, use the /integrate switch. So download the updates/patches (use Windows Updates Downloader or do it manually). Copy the XP Source files from a CD (preferably one with XP SP2 integrated, if XP2 isn't integrated, ten slipstream it in after you copy the source files: http://www.winsupersite.com/showcase/windowsxp_sp2_slipstream.asp) to a local drive; e.g., C:\XP. Then run each patch with the /integrate switch: patchname.exe /integrate:"C:\XP". You can also put all the patches into one directory as WUD does dor you and run the integrate switch in a cmd shell for loop: for %%f in (*.exe) do %%f /integrate:"C:\XP" Note that you can do the same thing with an XP with SP3 integrated CD, but there any pateches for SP3 that I know of yet. To create a slipstreamed image of XP and SP3, use the same process as for XP SP2.
|
|
|
|