Author Topic: how to slipstream post-sp3 hotfix to win2k sp3?  (Read 1675 times)

Offline puidon

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
how to slipstream post-sp3 hotfix to win2k sp3?
« on: June 11, 2003, 06:42:30 PM »
I 've read some of the guides here and the links provided here
to understand how to slipstream service pack 3 to windows 2000

However, I got some error when doing.
The error is when the setup is going \"Register component\",
it stops before coming to half of the progress bar.

I got some question :
what is the function of the [SetupData] tag?
I mean I don't have catalog(.cat) files, do I still need to add it to the svcpack.inf?

How about [ProductCatalogsToInstall], should I add a \";\" before it?


What I've done :
I'm successful in slipstreaming sp3 to windows 2000
(including modify the seutpp.ini, create a winnt.sif for a nearly unattended install, and I've tested to install it on my harddisk)

and by using Windows Update on that win2k I just installed

I found out that there are still some hotfix I got to install

so I got an idea on slipstream post-sp3 hotfix on my installation also

I've download the below hotfix (a total of 23 including IE6 SP1)
 2002-02-22_Q318203_MSXML30_x86.exe
 2002-08-14_Q324380_W2K_SP4_X86_EN.exe
 2002-08-14_Q326886_W2K_SP4_X86_EN.exe
 2002-08-21_Q326830_W2K_SP4_X86_EN.exe
 2002-08-28_q323172_W2K_SP4_X86_EN.exe
 2002-09-25_Q324096_W2K_SP4_X86_EN.exe
 2002-10-07_Q323255_W2K_SP4_X86_EN.exe
 2002-10-30_Q329834_W2K_SP4_X86_EN.exe
 2002-11-06_q329414_mdacall_x86.exe
 2002-11-20_Q329115_W2K_SP4_X86_EN.exe
 2002-12-11_Q329170_W2K_SP4_X86_EN.exe
 2002-12-12_Q328310_W2K_SP4_X86_EN.exe
 2002-12-18_Q810649_W2K_SP4_X86_EN.exe
 2003-01-22_Q810833_W2K_SP4_X86_EN.exe
 2003-02-05_Q811630_W2K_SP4_X86_EN.exe
 2003-03-12_Q814033_W2K_SP4_X86_EN.exe
 2003-03-17_Q815021_W2K_sp4_x86_EN.EXE
 2003-03-19_Q814078_js56nen.exe
 2003-03-26_Q331953_W2K_SP4_X86_EN.exe
 2003-04-09_Q816093_W2K_SP4_X86_EN.exe
 2003-04-16_Q811493_W2K_SP4_X86_EN.exe
 2003-04-23_Q329553_W2K_SP4_X86_EN.exe

I extract them to their own subfolder using Winrar
after a while, I 've figured out that the following three files are different from others, I can't use the original command with parameters -q -m -z to install them. And I thought they are different from post-sp3 hotfix, and so I decide to placing them to [GuiRunOnce] section of winnt.sif

2002-02-22_Q318203_MSXML30_x86.exe
2002-11-06_q329414_mdacall_x86.exe
2003-03-19_Q814078_js56nen.exe

Guest_puidon

  • Guest
how to slipstream post-sp3 hotfix to win2k sp3?
« Reply #1 on: June 12, 2003, 03:29:57 AM »
asdfasdf

Offline puidon

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
how to slipstream post-sp3 hotfix to win2k sp3?
« Reply #2 on: June 12, 2003, 03:31:17 AM »
My svcpack.inf
[Version]
Signature=\"$Windows NT$\"
BuildNumber=2195
MajorVersion=5
MinorVersion=0

[SetupData]
CatalogSubDir=\"\i386\_svcpack\"

[ProductCatalogsToInstall]
;Q318203_Win2k.cat
;Q329414-25_WinNTx.cat
;Q329414-26_WinNTx.cat
;js56me.cat
;IE6_SP1\Q330994.cat
;IE6_SP1\Q818529.cat

[SetupHotfixesToRun]
Q324380.exe -q -m -z
q326886.exe -q -m -z
q326830.exe -q -m -z
q323172.exe -q -m -z
q324096.exe -q -m -z

IE6_SP1\EN\ie6setup.exe /q /r:n

q323255.exe -q -m -z
q329834.exe -q -m -z

q329115.exe -q -m -z
q329170.exe -q -m -z
q328310.exe -q -m -z

q810649.exe -q -m -z

q810833.exe -q -m -z
q811630.exe -q -m -z
q814033.exe -q -m -z
q815021.exe -q -m -z

;q814078.exe /q /r:n
q331953.exe -q -m -z
q816093.exe -q -m -z
q811493.exe -q -m -z
q329553.exe -q -m -z

qchain.exe

regedit.exe /s 2ksecurity.reg