|
|
[这个贴子最后由HIALL在 2002/11/01 01:26pm 编辑]
我的WINNT.SIF文件如下
我想实现的功能是手动选择安装分区,其余全自动运行,但现在安装过程中却要停顿2次,除了选择分区外,在检测硬件之前(安装向导)还需要手动点一下“下一次”。
看看哪里出了问题?
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINNT
FileSystem=LeaveAlone
Repartition=no
[Data]
AutoPartition=0
Unattendedmode=FullUnattended
MSDosInitiated="0"
OemSkipEula=Yes
[GuiUnattended]
AdminPassword=*
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=210
[UserData]
FullName="HOME"
OrgName="HOME"
ComputerName=HOME001
ProductID="PQHKR-G4JFW-VTY3P-G4WQ2-88CTW"
[Display]
BitsPerPel=16
Xresolution=800
YResolution=600
Vrefresh=85
[RegionalSettings]
LanguageGroup=9
[Branding]
BrandIEUsingUnattended=Yes
[Proxy]
Proxy_Enable=1
Use_Same_Proxy=1
HTTP_Proxy_Server=192.168.0.1
Proxy_Override=192.168.*.*
[Identification]
JoinWorkgroup = HOME
[Networking]
InstallDefaultComponents=Yes
|
|