-----Original Message-----
Hi Neal,
Here are some simple steps.
I have listed the following KB as a reference.
814847 How to Slipstream Hotfixes That Replace Pre-
Existing Driver Files
http://support.microsoft.com/?id=814847
The Jest of it is delete the following four files from
your I386 source.
ole32.dl_
rpcrt4.dl_
rpcss.dl_
Then extract the following three files from the Hot Fix
and copy them as they are into your I386 Source.
ole32.dll
rpcrt4.dll
rpcss.dll
You still need to run the actual Hot Fix so it gets
registered with the Operating System Properly either in
your GUIRunOnce or Svcpack.inf, but the above alone will
at least allow you to complete the install without
getting the virus.
If you have a single Network Adaptor the following can be
used to enable the firewall. Just add the following
information to your Unattend.txt The Firewall does get
disabled after running Sysprep though.
[Networking]
[Identification]
JoinWorkgroup = Workgroup
[NetAdapters]
Adapter1=Params.Adapter1
[Params.Adapter1]
InfID=*
[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter1
EnableLMHosts=No
[params.TCPIP.Adapter1]
SpecificTo=adapter1
DHCP=Yes
[Homenet]
InternetConnectionFirewall = Adapter1
Regards,
Hawkens
-----Original Message-----
We have created an unattended network installation for
XP,
but our machines are susceptible to worms before we even
finish installing all the security patches since you
can't
slipstream the RPC patch. Does anyone know how to get
KB823980 slipstreamed, if not, is there a way I can get
windows to install with the firewall already on, so
worms
cannot infect XP while it is still installing?
Thanks in advance.
Neal...
.
.