无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2073|回复: 7
打印 上一主题 下一主题

[求助]如何把XP的所有更新集成到安装盘里面?

[复制链接]
跳转到指定楼层
1#
发表于 2003-10-29 21:15:53 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
[UploadFile=2_12844.jpg]我下载了所有的更新 分在好多的文件夹里面 每个文件夹里面都有一个可执行文件(如图)如何把这些所有的更新都集成到XP安装光盘中 以便下次安装一次装好这个更新?
2#
 楼主| 发表于 2003-10-30 08:24:01 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

没有人知道 这里可是启动盘权威地方啊 晕倒哦!
回复

使用道具 举报

3#
发表于 2003-10-30 10:53:55 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

找找置顶的帖子。
回复

使用道具 举报

4#
发表于 2003-10-30 11:03:41 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

俩个办法
一是找置顶帖子
二是顶微软发布SP2
回复

使用道具 举报

5#
 楼主| 发表于 2003-10-30 16:07:49 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

置顶的帖子看过了 写得太复杂了 看看我都晕了 :( 唉 麻烦有高手整理整理 写详细点 步骤清晰点就好了
回复

使用道具 举报

6#
发表于 2003-10-30 20:54:03 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

呵呵。那就等微软出SP2吧
应该很快的。
我本来打算刻盘的。就是因为等SP2
结果就没刻
回复

使用道具 举报

7#
发表于 2003-10-30 20:56:32 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

[UploadFile=2_12844_6.rar]echo 正在安装 系统补丁  请等待
echo step 1
echo installing js56nchs
start /wait %systemdrive%\install\Applications\hotFix\js56nchs.exe /Q:A /R:N
echo installing msjavwu
start /wait %systemdrive%\install\Applications\hotFix\msjavwu.exe /Q:A /R:N
echo installing Q817287
start /wait %systemdrive%\install\Applications\hotFix\Q817287.exe /Q:A /R:N
echo installing Q823718
start /wait %systemdrive%\install\Applications\hotFix\Q823718.exe /Q /C:"dahotfix /q /n /z"
echo step 2
echo installing KB329441
start /wait %systemdrive%\install\Applications\hotFix\KB329441.exe /Q /M /Z
echo installing KB821557
start /wait %systemdrive%\install\Applications\hotFix\KB821557.exe /Q /M /Z
echo installing KB823559
start /wait %systemdrive%\install\Applications\hotFix\KB823559.exe /Q /M /Z
echo installing KB823980
start /wait %systemdrive%\install\Applications\hotFix\KB823980.exe /Q /M /Z
echo installing KB824105
start /wait %systemdrive%\install\Applications\hotFix\KB824105.exe /Q /M /Z
echo installing KB824146
start /wait %systemdrive%\install\Applications\hotFix\KB824146.exe /Q /M /Z
echo step 3
echo installing KB826939
start /wait %systemdrive%\install\Applications\hotFix\KB826939.exe /Quiet /norestart
echo installing KB828026
start /wait %systemdrive%\install\Applications\hotFix\KB828026.exe /Quiet /norestart
echo step 4
echo installing Q323255
start /wait %systemdrive%\install\Applications\hotFix\Q323255.exe /Q /M /Z
echo installing Q328310
start /wait %systemdrive%\install\Applications\hotFix\Q328310.exe /Q /M /Z
echo installing Q329048
start /wait %systemdrive%\install\Applications\hotFix\Q329048.exe /Q /M /Z
echo installing Q329115
start /wait %systemdrive%\install\Applications\hotFix\Q329115.exe /Q /M /Z
echo installing Q329170
start /wait %systemdrive%\install\Applications\hotFix\Q329170.exe /Q /M /Z
echo installing Q329390
start /wait %systemdrive%\install\Applications\hotFix\Q329390.exe /Q /M /Z
echo installing Q329834
start /wait %systemdrive%\install\Applications\hotFix\Q329834.exe /Q /M /Z
echo installing Q810565
start /wait %systemdrive%\install\Applications\hotFix\Q810565.exe /Q /M /Z
echo installing Q810577
start /wait %systemdrive%\install\Applications\hotFix\Q810577.exe /Q /M /Z
echo installing Q810833
start /wait %systemdrive%\install\Applications\hotFix\Q810833.exe /Q /M /Z
echo installing Q811493
start /wait %systemdrive%\install\Applications\hotFix\Q811493.exe /Q /M /Z
echo installing Q814033
start /wait %systemdrive%\install\Applications\hotFix\Q814033.exe /Q /M /Z
echo installing Q815021
start /wait %systemdrive%\install\Applications\hotFix\Q815021.exe /Q /M /Z
echo installing Q817606
start /wait %systemdrive%\install\Applications\hotFix\Q817606.exe /Q /M /Z
echo installing Q819696
start /wait %systemdrive%\install\Applications\hotFix\Q819696.exe /Q /M /Z
echo .
echo ......完成..........
回复

使用道具 举报

8#
发表于 2003-10-30 23:40:16 | 只看该作者

[求助]如何把XP的所有更新集成到安装盘里面?

把所有更新放到一个文件夹,打开命令窗口进入更新存放的目录,用dir /b /on > hotfix.cmd,再把hotfix.cmd用记事打开每一行末尾加 /u /n /o /z /q
装好系统后运行一下hotfix.cmd
如果要整合进安装文件里,我就弄不来了,哈哈哈...不好意思
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-7-24 10:16

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表