发新话题
打印

求救!集成安装后出现奇怪的错误!

求救!集成安装后出现奇怪的错误!

我的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
请帮忙看看有问题吗?
欢迎来我的论坛作客,讨论启动技术:

http://www.haopeng.org/bbs/

启动技术区
影视音乐区
游戏动漫区
休闲娱乐区  

TOP

求救!集成安装后出现奇怪的错误!

[这个贴子最后由shadowman在 2004/01/30 00:14am 第 1 次编辑]

winnt.sif:
;SetupMgrTag
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\WINNT
[GuiUnattended]
    AdminPassword=*
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=210
    OemSkipWelcome=1
[UserData]
    FullName=ShadowMan
    OrgName=双清居
    ComputerName=*
[Display]
    BitsPerPel=24
    Xresolution=800
    YResolution=600
    Vrefresh=72
[TapiLocation]
    CountryCode=86
[RegionalSettings]
    LanguageGroup=10
[FavoritesEx]
    Title1="刻录家园论坛.url"
    URL1="http://www.ultraiso.com/cgi-bin/leoboard.cgi"
    Title2="无忧启动论坛.url"
    URL2="http://bbs.wwwfox.net/cgi-bin/leoboard.cgi"
    Title3="新DOS时代论坛.url"
    URL3="http://dosbbs.2ya.com/"
[Branding]
    BrandIEUsingUnattended=Yes
[URL]
    Home_Page=http://www.google.com
[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1
[Identification]
    JoinWorkgroup=WORKGROUP
[Networking]
    InstallDefaultComponents=Yes
[GuiRunOnce]
    %systemdrive%\install\applications.cmd
附件: 您所在的用户组无法下载或查看附件

TOP

求救!集成安装后出现奇怪的错误!

看来确实是IE6的问题,我试了很多遍了。只要不装IE就没有问题,可是我集成时并没有安装任何补丁啊?还有开始的时候并没有这种情况,是最近一次修改后才出现的,而且我每次在真实机器上安装都一定会出现。我的IE6批处理和您提供应该差不多吧,CMDLINES.txt的内容也一模一样,只是我的IE安装文件没那么少,有64个文件。可以告诉我你的IE是在哪里找的吗?谢谢!
欢迎来我的论坛作客,讨论启动技术:

http://www.haopeng.org/bbs/

启动技术区
影视音乐区
游戏动漫区
休闲娱乐区  

TOP

求救!集成安装后出现奇怪的错误!

问题解决了,试了很多次都失败了。无奈我将原Win2000光盘的I386文件夹又复制到另一个分区里重新集成IE6,成功后再集成DX9和WMP9等,最后终于成功了,看来的确是IE6SP1与什么东西冲突。特别感谢benjamin、shadowman和给予我帮助的每一个好心人!太感谢了!
欢迎来我的论坛作客,讨论启动技术:

http://www.haopeng.org/bbs/

启动技术区
影视音乐区
游戏动漫区
休闲娱乐区  

TOP

求救!集成安装后出现奇怪的错误!

看了看以前的帖子,HotDll说是由于win2000对于某些主板的声卡不支持。但为什么不装IE6就不会出错呢?
另外YangHaiJun的Windows 2000.CHS.PRO.集成安装光盘.V5.0安装就不会出现这样的错误。但与微软的文章有点不同。谁能详细解释他的制作方法就太好了。
还有Outlook不能随IE6升级成outlook 6.0,不知为何?

TOP

求救!集成安装后出现奇怪的错误!

我的Outlook就可以随IE6升级成outlook 6.0。以前也不行,这次重做后就可以了。
欢迎来我的论坛作客,讨论启动技术:

http://www.haopeng.org/bbs/

启动技术区
影视音乐区
游戏动漫区
休闲娱乐区  

TOP

求救!集成安装后出现奇怪的错误!

能详细说明下你的解决方法吗?你在上面说的不太清楚。谢谢!

TOP

求救!集成安装后出现奇怪的错误!

你把你的批处理和应答文件等都贴出来让大家看看,帮你研究一下。
欢迎来我的论坛作客,讨论启动技术:

http://www.haopeng.org/bbs/

启动技术区
影视音乐区
游戏动漫区
休闲娱乐区  

TOP

求救!集成安装后出现奇怪的错误!

Winnt.sif
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    DriverSigningPolicy=Ignore
    OemPnPDriversPath="Drv\Audio;Drv\Nic;Drv\Prnt\Epson;Drv\Prnt\HP;Drv\Video;Drv\Cdr;Drv\Modem;Drv\Other;Drv\intel\ich;Drv\intel\ich2;Drv\intel\ich2-m;Drv\intel\ich3-m;Drv\intel\ich3-s;Drv\intel\ich4;Drv\intel\ich4-m;Drv\intel\ich5"
    Repartition=No
    TargetPath=\WINNT
    NoWaitAfterTextMode="1"
    NoWaitAfterGUIMode="1"
[GuiUnattended]
    AdminPassword=*
    AutoLogon=Yes
    AutoLogonCount=2
    OEMSkipRegional=1
    TimeZone=210
    OemSkipWelcome=1
[UserData]
    FullName=IT信息中心
    OrgName=远程集团
    ComputerName=*
    ProductID="PQHKR-G4JFW-VTY3P-G4WQ2-88CTW"
[Display]
    BitsPerPel=16
    Xresolution=800
    YResolution=600
    Vrefresh=75

[TapiLocation]
    CountryCode=86
    Dialing=Tone
    AreaCode=021
    LongDistanceAccess="021"
[RegionalSettings]
    LanguageGroup=10,9,1
    SystemLocale=00000804
    UserLocale=00000804
    InputLocale=0804:00000804
[Branding]
    BrandIEUsingUnattended=Yes
[URL]
    Home_Page=http://www.google.com
    Search_Page=http://www.google.com
[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1

[Identification]
    JoinWorkgroup=NEWGROUP
[Networking]
    InstallDefaultComponents=Yes

[GuiRunOnce]
%systemdrive%\install\applications.cmd

CMDLines.Txt
[Commands]
"cmd /c start /min cmd /c .\INSTHFS.cmd"
"cmd /c start /min cmd /c .\INSTIE6.cmd"
"cmd /c start /min cmd /c .\INSTDX9.cmd"
INSTIE6.cmd
@ECHO OFF
Color 17
ECHO Installing IE6.0 SP1...
ECHO 根据你的机器配置不同需要几分钟到几十分钟。。。。
ECHO 硬盘灯闪烁时请不要关闭计算机
start /wait %systemdrive%\install\UPDATES\IE6SP1\IE6SETUP.EXE /Q:A /C:"ie6wzd /S:""#e"" /Q /R:N"
exit
INSTHFS.cmd
ECHO.
ECHO Installing 超大字符集(Surrogate)支持包及增强型区位输入法安全更新 ...
start /wait %systemdrive%\install\Hotfixes\surreg.exe /Q:A /R:N
ECHO.
ECHO 安装SP4后的系统安全补丁,请等待...
ECHO Installing Microsoft Windows 安全更新程序 (KB318039)
start /wait %systemdrive%\install\Hotfixes\KB318039.EXE /Q:A /R:N
ECHO.
ECHO Installing JScript 5.6 安全修补程序 (Q814078)...
start /wait %systemdrive%\install\Hotfixes\js56nchs.exe /Q:A /R:N
ECHO.
EXIT
InstDX9.cmd
ECHO Installing DirectX 9.0B......
ECHO Please wait...
start /wait %systemdrive%\install\UPDATES\directx\dxsetup /opk
ECHO.
Exit
application.cmd
@ECHO OFF
Color 17
ECHO.
ECHO Installing Microsoft 虚拟机...
start /wait %systemdrive%\install\Hotfixes\MSJAVX86.exe /Q:A /R:N
ECHO.
ECHO Installing Windows Media Player 9
ECHO Please wait...
start /wait %systemdrive%\install\Applications\MPSETUP.EXE /Q:A /R:N
ECHO.
ECHO Installing Windows Media Player 9 安全性更新(KB819639) ...
start /wait %systemdrive%\install\Hotfixes\KB819639.exe /Q:A /R:N
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB823559) ...
start /wait %systemdrive%\install\Hotfixes\KB823559.exe /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB819696) ...
start /wait %systemdrive%\install\Hotfixes\KB819696.EXE /Q /N /Z
ECHO.
ECHO Installing Internet Explorer 6 SP1 的累积安全更新程序 (Q818043)...
start /wait %systemdrive%\install\Hotfixes\Q818043.EXE  /Q /N /Z
ECHO.
ECHO Installing Microsoft Data Access Components 安全更新程序 (823718)...
start /wait %systemdrive%\install\Hotfixes\Q823718.EXE /Q:A /R:N
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB820888)...
start /wait %systemdrive%\install\Hotfixes\KB820888.EXE /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB824105)...
start /wait %systemdrive%\install\Hotfixes\KB824105.exe /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB822831)...
start /wait %systemdrive%\install\Hotfixes\KB822831.EXE /Q /N /Z
ECHO.
ECHO Installing Microsoft Data Access Components (MDAC) 更新(2004 年 1 月)...
start /wait %systemdrive%\install\Hotfixes\MDAC28.EXE /Q:A /R:N
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB824146)...
start /wait %systemdrive%\install\Hotfixes\KB824146.EXE /Q /N /Z
ECHO.
ECHO Installing Windows Media Player 9 脚本更新程序(KB828026) ...
start /wait %systemdrive%\install\Hotfixes\KB828026.exe /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB823182)...
start /wait %systemdrive%\install\Hotfixes\KB823182.EXE /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB826232)...
start /wait %systemdrive%\install\Hotfixes\KB826232.exe /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB828035)...
start /wait %systemdrive%\install\Hotfixes\KB828035.EXE /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB825119)...
start /wait %systemdrive%\install\Hotfixes\KB825119.exe /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB829558)...
start /wait %systemdrive%\install\Hotfixes\KB829558.EXE /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB824141)...
start /wait %systemdrive%\install\Hotfixes\KB824141.EXE /Q /N /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB828749)...
start /wait %systemdrive%\install\Hotfixes\KB828749.exe /Q /M /Z
ECHO.
ECHO Installing Microsoft Windows 安全更新程序 (KB329115) ...
start /wait %systemdrive%\install\Hotfixes\KB329115.exe /Q /M /Z
ECHO.
ECHO Installing Microsoft Data Access Components (MDAC) 更新(2004 年 1 月)...
rem start /wait %systemdrive%\install\Hotfixes\832483.EXE /Q:A /R:N
ECHO.
ECHO.
ECHO Installing Internet Explorer 6 Service Pack 1 的累积修补程序,2003 年 8 月 (822925) ...
rem start /wait %systemdrive%\install\Hotfixes\Q822925.exe /Q:A /R:N
ECHO.
ECHO Installing Outlook Express 6 SP1 安全更新程序(Q330994)...
rem start /wait %systemdrive%\install\Hotfixes\Q330994.exe /Q:A /R:N
ECHO.
ECHO.
ECHO Installing Application Program
ECHO Installing WinRAR 3.20
ECHO Please wait...
start /wait %systemdrive%\install\Applications\winrar.exe /s
ECHO.
ECHO Installing FlashGet 1.4
ECHO Please wait...
start /wait %systemdrive%\install\Applications\FlashGet.exe /s
REGEDIT /S %systemdrive%\install\Applications\FlashGet.reg
ECHO.
ECHO Installing Norton AntiVirus 8
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NAV.EXE /qn
ECHO.
ECHO Installing DriverGenius 1.5
ECHO Please wait...
start /wait %systemdrive%\install\Applications\DriverGenius.exe /s
ECHO.
ECHO 删除安装过程中的临时文件...
RD /S /Q %systemdrive%\install
RD /S /Q %systemdrive%\drv
ECHO.
ECHO 重新起动...
ECHO Please wait...
%systemroot%\shutdown.exe -r
ECHO.
EXIT
另外application.cmd只能执行到RD /S /Q %systemdrive%\install这一行,无法向下继续执行。不知为何?在已正常使用的windows2000环境下是可以使用的。

TOP

求救!集成安装后出现奇怪的错误!

搞什么啊,你用的是虚拟机虚拟的吧,实际是不会有这个错误的。hotdll说过这个问题了

TOP

发新话题