因为准备做ADS部署XP的试验,所以首先要把XP用的sysprep应答文件搞定。如果单纯的使用动态分配服务,那么应答文件的制作是非常简单的,但是如果客户端都需要手工配置网络属性并要添加IP/IPX协议,那么就麻烦了许多,当使用setupmgr.exe制作应答文件时,你会发现根本无法添加配置网络。所以我手工写了一个全自动安装应答文件,留作后用!
sysprep.inf:
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=210
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="gOxiA"
OrgName="MAYTIDE"
ComputerName=WXPSP2
[TapiLocation]
CountryCode=86
Dialing=Tone
[RegionalSettings]
LanguageGroup=10
SystemLocale=00000804
UserLocale=00000804
InputLocale=0804:00000804
[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=No
[NetAdapters]
Adapter1=params.Adapter1
[params.Adapter1]
INFID=*
[NetClients]
MS_MSClient=params.MS_MSClient
[NetServices]
MS_SERVER=params.MS_SERVER
[NetProtocols]
MS_TCPIP=params.MS_TCPIP
MS_NWIPX=params.MS_NWIPX
[params.MS_TCPIP]
DNS=No
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1
[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
IPAddress=192.168.0.10
SubnetMask=255.255.255.0
DefaultGateway=192.168.0.1
DNSServerSearchOrder=192.168.0.252,192.168.0.253
WINS=No
NetBIOSOptions=0
[params.MS_NWIPX]
VirtualNetworkNumber=00000000
AdapterSections=params.MS_NWIPX.Adapter1
[params.MS_NWIPX.Adapter1]
SpecificTo=Adapter1
PktType=0x2