Board logo

标题: windows2000 集成安装应用程序以及系统补丁 范列文件 [打印本页]

作者: zhidian    时间: 2004-1-14 21:35     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

[这个贴子最后由zhidian在 2004/01/16 00:11am 第 3 次编辑]

以下是俺的APP.CMD (APP.CMD是做啥子用的就不用再多说了吧,应该说,除了微软自带的东西跟操作系统有关系以外,第三方软件均适用于WIN2K、WINXP、WIN2K03)
REM 以下为APP.CMD 的内容
@ ECHO OFF
copy %systemdrive%\install\instUD.bat "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instUD.bat" >NUL
copy %systemdrive%\install\instwinamp.bat "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instwinamp.bat" >NUL
copy %systemdrive%\install\instAcDesee.bat "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instAcDesee.bat" >NUL
ECHO #######################
Echo 增加 DOS 控制台方式下Tab键补齐程序及目录名功能....
REGEDIT /S  %systemdrive%\install\Applications\cmdtab.reg
Echo 增加从任意目录名(驱动器名)访问DOS命令行功能....
REGEDIT /S  %systemdrive%\install\Applications\dosshell.reg
Echo 禁用自动磁盘共享功能....
REGEDIT /S  %systemdrive%\install\Applications\dis_auto_share.reg
Echo 禁用匿名枚举本机账号功能....
REGEDIT /S  %systemdrive%\install\Applications\dis_IPC_acc.reg
ECHO #######################
ECHO 开始安装 WinRAR 3.20中文版...
ECHO 稍侯...
@ echo off
start /wait %systemdrive%\install\Applications\wrar320sc.exe /s
ECHO WinRAR 3.20中文版 安装完毕
ECHO #######################
ECHO 开始安装Windows Media Player 9中文版....
ECHO 稍侯...
@ ECHO OFF
start /wait %systemdrive%\install\Applications\mpsetup90.exe /Q
ECHO Windows Media Player 9中文版 安装完毕
ECHO #######################
ECHO 开始安装 Windows Media Player Classic V1.0 精品版....
ECHO 稍侯...
@ Echo off
start /wait %systemdrive%\install\Applications\mpcsetup.exe /S
ECHO Windows Media Player Classic V1.0 精品版 安装完毕
ECHO #######################
ECHO 开始安装 网际快车 1.40 正式版....
ECHO 稍侯...
@ Echo off
start /wait %systemdrive%\install\Applications\FlashGet\fg140.exe /S /F
REM 下面的命令是将修正后的FlashGet.exe拷贝到程序目录中去,得到无限制版本
Copy  %systemdrive%\install\Applications\FlashGet\flashget.exe %systemdrive%\Progra~1\FlashGet\flashget.exe /Y > NUL
ECHO 网际快车 1.4 安装完毕
ECHO #######################
ECHO 开始安装 腾讯QQ 2003II 木子版....
ECHO 稍侯...
@ Echo off
start /wait %systemdrive%\install\Applications\QQ\setup.exe /silent
ECHO 腾讯QQ 2003II 木子版 安装完毕
ECHO #######################
ECHO 开始安装 MyIE 2.0.9.12修正加强版....
ECHO 稍侯...
@ Echo off
start /wait %systemdrive%\install\Applications\MyIE2v0.9.12.exe /s
ECHO MyIE 2.0.9.12修正加强版 安装完毕
ECHO #######################
ECHO 开始安装 FoxMail 5.0 简体中文正式版....
ECHO 稍侯...
@ Echo off
start /wait %systemdrive%\install\Applications\fm50ch.exe /silent
ECHO FoxMail 5.0 简体中文正式版 安装完毕
ECHO #######################
ECHO 开始安装 诺顿杀毒黄金版8.0..
ECHO 请确认未联入Internet,否则系统会自动升级病毒库,可能会花费很长时间。
ECHO 正在安装,请稍候...
@ ECHO OFF
rem start /wait %systemdrive%\install\Applications\Norton_AntiVirusClient.exe /qn
ECHO 诺顿杀毒黄金版8.0 安装完毕
CLS
REM 下面是系统补丁以及诺顿防火墙的安装
@ ECHO OFF
@ ECHO .
@ ECHO ###############开始安装windows2000 系统补丁 (更新日期:2004-01-01)###############
@ ECHO                   DirectX8-KB819696-x86-CHS...
start /wait %systemdrive%\install\Hotfixes\DirectX8-KB819696-x86-CHS.exe  /Q:A /R:N
@ ECHO                   JS56...
start /wait %systemdrive%\install\Hotfixes\JS56.EXE /Q:A /R:N
@ ECHO                   q330994...
start /wait %systemdrive%\install\Hotfixes\q330994.exe /Q:A /R:N
@ ECHO                   q824145...
start /wait %systemdrive%\install\Hotfixes\q824145.exe /Q:A /R:N
@ ECHO                   surreg...
start /wait %systemdrive%\install\Hotfixes\surreg.exe /Q:A /R:N
@ ECHO                   KB329115...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB329115-x86-CHS.exe /quiet /passive /norestart /o
@ ECHO                   KB823182...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB823182-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB823559...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB823559-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB824105...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB824105-x86-CHS.EXE -u  -o  -z  -q
@ ECHO                   KB824141...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB824141-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB824146...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB824146-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB825119...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB825119-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB826232...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB826232-x86-CHS.exe /quiet /passive /norestart /o
@ ECHO                   KB828035...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB828035-x86-CHS.exe /quiet /passive /norestart /o
@ ECHO                   KB828749...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB828749-x86-CHS.EXE /quiet /passive /norestart /o
@ ECHO                   Q818043...
start /wait %systemdrive%\install\Hotfixes\Q818043_W2K_SP5_x86_CN.EXE -u  -o  -z  -q
@ ECHO                   KB820888...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB820888-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB822831...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB822831-x86-CHS.exe -u  -o  -z  -q
@ ECHO                   KB829558...
start /wait %systemdrive%\install\Hotfixes\Windows2000-KB829558-x86-CHS.exe /quiet /passive /norestart /o
@ ECHO                   WindowsMedia-KB828026...
start /wait %systemdrive%\install\Hotfixes\WindowsMedia-KB828026-x86-CHS.exe /quiet /passive /norestart /o
@ ECHO                   WindowsMedia9-KB819639...
start /wait %systemdrive%\install\Hotfixes\WindowsMedia9-KB819639-x86-CHS.exe  /Q /R:N
@ECHO .
@ ECHO 系统更新完毕.........
ECHO #######################
ECHO 开始安装 诺顿网络防火墙个人版5.0..
ECHO 请确认未联入Internet,否则系统会自动升级库文件,可能会花费很长时间。
ECHO 正在安装,请稍候...
@ ECHO OFF
start /wait %systemdrive%\install\Applications\Norton_FireWall.exe /qn
ECHO 诺顿网络防火墙个人版5.0 安装完毕
Echo
shutdown /r /t 10 /c "系统已基本安装完成。为保证正常运行,计算机将在30秒后自动重启。 重启后,将继续安装WinAMP 3.0简体中文版以及UltraEdit 10 简体中文版"
exit
exit
REM APP.CMD 结束

作者: zhidian    时间: 2004-1-14 22:10     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

[这个贴子最后由zhidian在 2004/01/14 04:03pm 第 2 次编辑]

部分命令的解释:
copy %systemdrive%\install\instUD.bat "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instUD.bat" >NUL
copy %systemdrive%\install\instwinamp.bat "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instwinamp.bat" >NUL
copy %systemdrive%\install\instAcDesee.bat "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instAcDesee.bat" >NUL
上述三条命令分别是将三个批处理拷贝到启动程序组,因为这三个批处理中涉及的程序是我认为应该装的,但是又无法完全做到无人值守安装,只好放入启动组,待第一次登陆桌面时,再自动启动安装。以免中断整个安装过程。这三个批处理在安装完毕后会自行销毁,以保证只在第一次登陆桌面时运行
###########################################################################################
instUD.bat是为了安装UltraEdit 10(我最常用的文本编辑器)而制作的一个批处理:
REM instUD.bat
@ ECHO OFF
rem 开始安装
start %systemdrive%\install\Applications\UltraEdit10\cuedit1000.exe /S
rem 拷贝注册文件到程序目录,该注册文件是一个二进制文件,UltraEdie安装注册完毕后,会在程序目录下生成这个文件,因为是二进制文件,所以这里就没法提供了
copy %systemdrive%\install\Applications\UltraEdit10\uedit32.REG %systemdrive%\Progra~1\UltraEdit\  >Nul
REM 因为微软的下面这个补丁在安装过程中也必须得确定一次,所以也放到这里面来处理了
ECHO 安装Windows2000 MDAC 安全补丁
start /wait %systemdrive%\install\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q:A /R:N
del /F /Q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instUD.bat"
EXIT
rem instUD.BAT 结束
instwinamp.bat是安装WINAMP 3.0 的批处理:
REM instwinamp.bat
@ ECHO OFF
start %systemdrive%\install\Applications\Winamp30_488_Dfx6_121_SS.exe /S
del /F /Q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instwinamp.bat"
EXIT
REM instwinamp.bat 结束
instAcDesee.bat是安装AcDsee 2.43古典版(主要用于简单的图形浏览)的批处理
REM instAcDsee.bat
@ ECHO OFF
start %systemdrive%\install\Applications\cacdcs243_3.exe /S
del /F /Q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\程序\启动\instAcDesee.bat"
EXIT
REM instAcDsee.bat 结束


作者: zhidian    时间: 2004-1-14 22:52     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

继续解释:
下面是几个系统功能增强以及安全增强的注册表
Echo 增加 DOS 控制台方式下Tab键补齐程序及目录名功能....
REGEDIT /S  %systemdrive%\install\Applications\cmdtab.reg
##########################将以下内容保存为cmdtab.reg################################

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
"PathCompletionChar"=dword:00000009
####################################################################################
这原本是一个*NIX的功能,在WINDOWS的命令行方式下访问目录以及执行程序原本是挺麻烦的,你要输全整个目录名,很容易输错
有了它以后,在“cd+空格”后,反复按Tab键,系统就会列出当前目录下所有文件、目录名。执行可执行文件也是类似的。

Echo 增加从任意目录名(驱动器名)访问DOS命令行功能....
REGEDIT /S  %systemdrive%\install\Applications\dosshell.reg
####################将以下内容保存为dosshell.reg#######################
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\M从命令行访问]
[HKEY_CLASSES_ROOT\Folder\shell\M从命令行访问\Command]
@="cmd /k cd %1"
#########################################################################
很多时候,在windows GUI界面下要执行控制台命令(或者DOS命令),需要先转入MS DOS方式,再转入相应的目录,也是很麻烦的事情
有了它以后,在资源管理器任意目录、驱动器上面点右键,菜单里面就会有“从命令行访问”,可以进入当前目录的DOS方式

Echo 禁用自动磁盘共享功能....
REGEDIT /S  %systemdrive%\install\Applications\dis_auto_share.reg
######################将以下内容保存为dis_auto_share.reg############################
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"AutoShareWks"=dword:00000000
"AutoShareServer"=dword:00000000
#####################################################################################
Windows2k在默认情况下,会共享所有系统驱动器(C$、D$、E$等等。除了光驱)以及IPC$,再加上很多人都不知道要设定密码,在网络接入非常普遍的今天,这实在是一件很危险的事情。
有了它以后,系统将禁止除了IPC$以外所有的磁盘自动共享,本来,也可以删除IPC$共享,但是,那可能会导致很多程序无法正常运行

Echo 禁用匿名枚举本机账号功能....
REGEDIT /S  %systemdrive%\install\Applications\dis_IPC_acc.reg
#######################将以下内容保存为dis_IPC_acc.reg##################
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"restrictanonymous"=dword:00000001
########################################################################
禁止匿名连接枚举本地账号功能,因为这是局域网中攻击的最常用的手法

作者: zhidian    时间: 2004-1-14 23:10     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

[这个贴子最后由zhidian在 2004/01/14 03:28pm 第 1 次编辑]

中间的部分就是最常用的应用程序以及更新到2004-01-14的WIN2K的补丁。没有什么更好说的了
本机的安全软件全部采用诺顿的产品,而且都是无需注册,可在线升级的版本,我最喜欢的两个安全软件:)
其中的QQ是木子版2003II版用winrar解开后得到的安装程序
值得一说的是,在最后的部分,我们安装了诺顿防火墙个人版5.0,该版本在Win2k Pro和Server下面的表现是不一样的
在Win2K Pro下面,自动安装完成后,它会强制系统重启,刚好再次启动到桌面后,就可以执行开始拷贝到“启动组”的程序了
在Win2k Srv下面,自动安装完成后,不会强制系统重启。所以,在 最后加了一条
(shutdown /r /t 10 /c "系统已基本安装完成。为保证正常运行,计算机将在30秒后自动重启。 重启后,将继续安装WinAMP 3.0简体中文版以及UltraEdit 10 简体中文版" )
这里面“shutdown”是从WinXP中拿过来的 这条命令其实也就是在安装Server版时才会起作用。不过,我也懒得分别制作了,将就着用吧


作者: zhidian    时间: 2004-1-14 23:44     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

winnt.sif For Advance Server
;SetupMgrTag
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    NtUpgrade=Yes
    Repartition=No
    TargetPath=*
[GuiUnattended]
    AdminPassword=*
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=210
    OemSkipWelcome=1
[UserData]
    FullName=Windows2000SRV
    OrgName=AntiMS
    ComputerName=*
[LicenseFilePrintData]
    AutoMode=PerServer
    AutoUsers=500
[RegionalSettings]
    LanguageGroup=8,7,9,10
    SystemLocale=00000804
    UserLocale=00000804
    InputLocale=0804:00000804
[FavoritesEx]
    Title1="Google 搜索页.url"
    URL1="http://www.google.com/"
    Title2="百度搜索页.url"
    URL2="http://www.baidu.com.cn"
    Title3="网易.url"
    URL3="http://www.163.com/"
    Title4="搜狐.url"
    URL4="http://www.souhu.com.cn"
[Branding]
    BrandIEUsingUnattended=Yes
[URL]
    Home_Page=about:blank
    Search_Page=www.google.com
[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1
[GuiRunOnce]
    Command0=%systemdrive%\install\app.cmd
[Identification]
    JoinWorkgroup=WORKGROUP
[Networking]
    InstallDefaultComponents=Yes
[Components]
accessopt=Off
certsrv=off
certsrv_client=off
certsrv_server=off
chat=off
deskpaper=off
dialer=off
reminst=off
TSClients=off
cluster=off
fp=off
iis_common=off
iis_dbg=off
iis_doc=off
iis_ftp=off
iis_htmla=off
iis_inetmgr=off
iis_nntp=off
iis_nntp_docs=off
iis_smtp=off
iis_smtp_docs=off
iis_www=off
indexsrv_system=off
netcis=off
rstorage=off
注:这里面主要是在最后的[Components]中关闭了缺省情况下会安装的IIS等组件,是为了提高缺省条件下系统的安全性。就我个人而言,Web服务器我更喜欢使用Apache
作者: zhidian    时间: 2004-1-14 23:45     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

winnt.sif for Pro version
;SetupMgrTag
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"
[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    NtUpgrade=Yes
    Repartition=No
    TargetPath=*
[GuiUnattended]
    AdminPassword=*
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=210
    OemSkipWelcome=1
[UserData]
    FullName=WINDOWS2000PRO
    OrgName=AntiMS
    ComputerName=*
[RegionalSettings]
    LanguageGroup=8,7,9,10
    SystemLocale=00000804
    UserLocale=00000804
    InputLocale=0804:00000804
[FavoritesEx]
    Title1="Google 搜索页.url"
    URL1="http://www.google.com/"
    Title2="百度搜索页.url"
    URL2="http://www.baidu.com.cn"
    Title3="网易.url"
    URL3="http://www.163.com/"
    Title4="搜狐.url"
    URL4="http://www.souhu.com.cn"
[Branding]
    BrandIEUsingUnattended=Yes
[URL]
    Home_Page=about:blank
    Search_Page=www.google.com
[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1   
[GuiRunOnce]
    Command0=%systemdrive%\install\app.cmd
[Identification]
    JoinWorkgroup=WORKGROUP
[Networking]
    InstallDefaultComponents=Yes
[Components]
accessopt=Off
certsrv=off
certsrv_client=off
certsrv_server=off
chat=off
deskpaper=off
dialer=off
reminst=off
TSClients=off

作者: zhidian    时间: 2004-1-14 23:49     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

CMDLines.txt :
[Commands]
"cmd /c start /min cmd /c .\InstIE6.bat"
"cmd /c start /min cmd /c .\InstDX8.bat"
"cmd /c start /min cmd /c .\InstRPC.bat"
###############################################
InstDX8.bat:
@echo off
echo 开始安装DirectX 8.1
echo 加载......
@ echo off
DX81NT.EXE /Q /R:N
exit
##########################
InstIE6.bat:
@echo off
echo 开始安装IE6(Build:2800) With SP1
echo 加载...
@ echo off
.\IE6SETUP_CN\IE6SETUP.EXE /Q /R:N
exit
######################################
InstRPC.bat (冲击波补丁:KB823980)
@echo off
echo Installing 冲击波补丁Fro Windows2000
echo 加载...
@ Echo off
Windows2000-KB823980-x86-CHS\update\update.exe -q -z -o -n
exit

作者: zhidian    时间: 2004-1-14 23:56     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

我的$OEM$目录结构
I386\
$OEM$\   
    \$$
    \$1
    \CMDLines.txt
    \DX81NT.EXE
    \IE6SETUP_CN
    \InstDX8.bat
    \InstIE6.bat
    \InstRPC.bat
    \Windows2000-KB823980-x86-CHS
    \Windows2000-KB823980-x86-CHS\empty.cat
    \Windows2000-KB823980-x86-CHS\ole32.dll
    \Windows2000-KB823980-x86-CHS\rpcrt4.dll
    \Windows2000-KB823980-x86-CHS\rpcss.dll
    \Windows2000-KB823980-x86-CHS\spmsg.dll
    \Windows2000-KB823980-x86-CHS\spuninst.exe
    \Windows2000-KB823980-x86-CHS\update
    \Windows2000-KB823980-x86-CHS\update\eula.txt
    \Windows2000-KB823980-x86-CHS\update\kb823980.cat
    \Windows2000-KB823980-x86-CHS\update\spcustom.dll
    \Windows2000-KB823980-x86-CHS\update\update.exe
    \Windows2000-KB823980-x86-CHS\update\update.inf
    \Windows2000-KB823980-x86-CHS\update\update.ver
    \$$\system32
    \$$\system32\TWEAKUI.CPL
    \$1\install
    \$1\install\APP.cmd
    \$1\install\Applications
    \$1\install\hotfixes
    \$1\install\instAcDesee.bat
    \$1\install\instUD.bat
    \$1\install\insthotfix.bat
    \$1\install\instwinamp.bat
    \$1\install\shutdown.exe
    \$1\install\Applications\AcdseeShell.reg
    \$1\install\Applications\FlashGet
    \$1\install\Applications\MyIE2v0.9.12.exe
    \$1\install\Applications\Norton_AntiVirusClient.exe
    \$1\install\Applications\Norton_FireWall.exe
    \$1\install\Applications\QQ
    \$1\install\Applications\RasPPPOE_098c.EXE
    \$1\install\Applications\UltraEdit10
    \$1\install\Applications\Winamp30_488_Dfx6_121_SS.exe
    \$1\install\Applications\cacdcs243_3.exe
    \$1\install\Applications\cmdtab.reg
    \$1\install\Applications\dis_IPC_acc.reg
    \$1\install\Applications\dis_auto_share.reg
    \$1\install\Applications\dosshell.reg
    \$1\install\Applications\fm50ch.exe
    \$1\install\Applications\mpcsetup.exe
    \$1\install\Applications\mpsetup90.exe
    \$1\install\Applications\wrar320sc.exe
    \$1\install\Applications\FlashGet\fg140.exe
    \$1\install\Applications\FlashGet\flashget.exe
    \$1\install\Applications\QQ\setup-1.bin
    \$1\install\Applications\QQ\setup.0
    \$1\install\Applications\QQ\setup.exe
    \$1\install\Applications\UltraEdit10\SN.txt
    \$1\install\Applications\UltraEdit10\cuedit1000.exe
    \$1\install\Applications\UltraEdit10\uedit32.REG
    \$1\install\hotfixes\DirectX8-KB819696-x86-CHS.exe
    \$1\install\hotfixes\JS56.EXE
    \$1\install\hotfixes\Q818043_W2K_SP5_x86_CN.EXE
    \$1\install\hotfixes\Q823718_MDAC_SecurityPatch.exe
    \$1\install\hotfixes\Windows2000-KB329115-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB820888-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB822831-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB823182-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB823559-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB824105-x86-CHS.EXE
    \$1\install\hotfixes\Windows2000-KB824141-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB824146-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB825119-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB826232-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB828035-x86-CHS.exe
    \$1\install\hotfixes\Windows2000-KB828749-x86-CHS.EXE
    \$1\install\hotfixes\Windows2000-KB829558-x86-CHS.exe
    \$1\install\hotfixes\WindowsMedia-KB828026-x86-CHS.exe
    \$1\install\hotfixes\WindowsMedia9-KB819639-x86-CHS.exe
    \$1\install\hotfixes\q330994.exe
    \$1\install\hotfixes\q824145.exe
    \$1\install\hotfixes\surreg.exe
    \IE6SETUP_CN\BRANDING.CAB
    \IE6SETUP_CN\CRLUPD.CAB
    \IE6SETUP_CN\IEEXINST.CAB
    \IE6SETUP_CN\IEW2K_1.CAB
    \IE6SETUP_CN\IEW2K_2.CAB
    \IE6SETUP_CN\IEW2K_3.CAB
    \IE6SETUP_CN\IEW2K_4.CAB
    \IE6SETUP_CN\MAILNEWS.CAB
    \IE6SETUP_CN\MPLAY2U.CAB
    \IE6SETUP_CN\OEEXCEP.CAB
    \IE6SETUP_CN\README.CAB
    \IE6SETUP_CN\SCRIPCHS.CAB
    \IE6SETUP_CN\WAB.CAB
    \IE6SETUP_CN\filelist.dat
    \IE6SETUP_CN\ie6setup.exe
    \IE6SETUP_CN\iesetup.dir
    \IE6SETUP_CN\iesetup.ini

作者: lucky0504    时间: 2004-1-15 05:47     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

这么多,真不错,学习了!
作者: admin1    时间: 2004-1-15 10:25     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

顶,好贴
作者: je64    时间: 2004-1-18 18:32     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

还行,得顶!!
作者: yxtcyh    时间: 2004-1-19 03:04     标题: windows2000 集成安装应用程序以及系统补丁 范列文件

详细




欢迎光临 EZB 论坛 (http://ultraiso.net/ezbbbs/) Powered by Discuz! 6.1.0