求救!集成安装后出现奇怪的错误!
我的IE6批处理:
@echo off
echo 安装 Internet Explorer 6 SP1
echo .
echo 正在安装 根据你的机器配置不同需要几分钟到几十分钟...
echo .
echo 请稍后
start /wait %systemdrive%\install\Ie6\Ie6setup.exe /q:a /c:"ie6wzd /s:""#e"" /Q /R:N"
exit
DirectX 9.0b的批处理:
@echo off
ECHO.
ECHO 安装 DirectX 9.0b
ECHO 请稍等...
start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk
ECHO.
applications.cmd的内容
@echo off
ECHO.
ECHO 接下来的几分钟里,你将会看到脚本程序自动给你安装常用的软件。
ECHO.
ECHO 删除墙纸...
DEL "%systemroot%\Blue Lace 16.bmp"
DEL "%systemroot%\Coffee Bean.bmp"
DEL "%systemroot%\FeatherTexture.bmp"
DEL "%systemroot%\Gone Fishing.bmp"
DEL "%systemroot%\Greenstone.bmp"
DEL "%systemroot%\Prairie Wind.bmp"
DEL "%systemroot%\Rhododendron.bmp"
DEL "%systemroot%\River Sumida.bmp"
DEL "%systemroot%\Santa Fe Stucco.bmp"
DEL "%systemroot%\Soap Bubbles.bmp"
DEL "%systemroot%\Zapotec.bmp"
ECHO.
ECHO Installing Windows Media Player 9
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Mpsetup.EXE /Q:A /R:N
ECHO.
ECHO 删除安装过程中的临时文件...
ECHO.
RD /S /Q %systemdrive%\install
ECHO.
Exit
Winnt.sif的内容
[Data]
AutoPartition=0
Unattendmode=Yes
MSDosInitiated="0"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINNT
FileSystem=Ignore
Repartition=No
OEMPnPDriversPath="Install\Drivers\VIA;Install\Drivers\Video;install\Drivers\Audio;install\Drivers\Lan;install\Drivers\750s"
DriverSigningPolicy=Ignore
[GuiUnattended]
OemSkipWelcome=1
AdminPassword=*
OEMSkipRegional=1
TimeZone=210
Autologon=Yes
AutoLogonCount=1
[UserData]
FullName="lucky"
OrgName="snake"
ComputerName="lucky"
ProductID="PQHKR-G4JFW-VTY3P-G4WQ2-88CTW"
[Display]
BitsPerPel=16
Xresolution=800
YResolution=600
Vrefresh=85
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[GuiRunOnce]
%systemdrive%\install\applications.cmd
请帮忙看看有问题吗?