这个应该不是集成的,只是在光盘里提供有升级包作者: kai2002 时间: 2002-8-8 10:01 标题: WIN2000 SP3 完整包出来了!看来大家又要升级了! 就等中文版出来和WIN2000集成了。作者: brianguo 时间: 2002-8-8 20:28 标题: WIN2000 SP3 完整包出来了!看来大家又要升级了! 转贴:制作 Windows 2000 包含SP3 的可启动光盘[英文]
1. Put in the Windows 2000 CD ROM. Hold down the SHIFT button to stop the CD from auto running.
2. Open Explorer and make the folder as follows. (Drive Letter):\win2kcd.
3. Copy all the files from the Windows 2000 CD to (Drive Letter):\win2kcd on to your HD. Now open (Drive Letter):\win2kcd and press CTRL+A to select all the files, now go to File->Properties to view the properties for all the files and folders, UNcheck the Read Only option in the attributes section, then click OK. If you don''t remove the Read Only attribute the Service Pack slipstreaming might not work.
4. Make a folder called (Drive Letter):\sp3
5. Open Notepad add the line "w2ksp3 -x" without quotes, then save as unpack.bat it must be in the same place where w2ksp2.exe is.
6. Run unpack.bat and extract to the (Drive Letter):\sp3 folder.
7. Open Notepad add the line "update.exe -sDrive Letter):\win2kcd" without quotes, then save as update.bat in (Drive Letter):\sp3\i386\update directory where you extracted SP2 at. What update.exe does is looks for is the i386 directory. So change the (Drive Letter):\ to reflect the drive that has the i386 directory from the Windows 2000 CD.
8. Go to the (Drive Letter):\sp3\i386\update directory and run update.bat. It should update your files, it will tell you when it is done. This can only be done on a Windows 2000 system, if it is done on any other system will will cause errors
9. Install CDRWIN
10. Make a folder called (Drive Letter):\win2kboot & (Drive Letter):\win2kiso, then extract boot.bin out of win2kboot.zip to (Drive Letter):\win2kboot\
11. Check The (Drive Letter):\win2kcd\ root to make sure it has these files in it:
autorun.inf
cdrom_ip.5 - If you are doing Windows 2000 Professional
cdrom_is.5 - If you are doing Windows 2000 Server
cdrom_ia.5 - If you are doing Windows 2000 Advanced Server
cdrom_nt.5
cdromsp2.tst
read1st.txt
readme.doc
setup.exe
spnotes.htm
If all files are not there you need start all over. You can also add any other device drivers you need and programs you want to install such as Windows Media Player 7. Just make a folder such as (Drive Letter):\win2kcd\drivers and (Drive Letter):\win2kcd\apps
12. To remove the serial request during setup go to the i386 folder in the "win2kcd" folder and locate the file setupp.ini it should look something like this:
ExtraData=6166656C736263737373B2574A0581 Pid=51873XXX
13. Replace the 3 X''s (generally it''ll be three zeros) at the end with "270". It should now read something like this:
ExtraData=6166656C736263737373B2574A0581 Pid=51873270
14. If the file is correct save it
15. Open CDRWIN and choose the File Backup and Tools option
16. In the BACKUP/TOOL Operation Choose the "Build an ISO9660 Image File"
17. In FILE BACKUP List click the DIRECTORY button and choose the directory where you copied Windows 2000 (Drive Letter):\win2kcd. Click OK. Then click the ADD button. You should see the directory in the big box now.
18. UNcheck all options set by CDRWIN and then check ONLY the boxes I have listed below.
Include Hidden Files
Long FileNames(JOLIET)
Include System Files
Recurse SubDirectories
19. For IMAGE FILENAME click the three dots at the right and choose the directory (Drive Letter):\win2kiso and call the file win2ksp2cd.iso. Then click Save. You should see the pathname and the filename of your .iso in the box, it should look like this "(Drive Letter):\win2kiso\win2ksp3cd.iso".
20. Check the Disable Version Numbers box.
21. Click the Advanced Options button.
22. For the Volume Descriptor tab use the correct label from below:
Professional - W2PFPP_EN
Server - W2SFPP_EN
Advanced Server - W2AFPP_EN
Volume Label: (Label Name select from above)
Volume Set Name: (Label Name select from above)
Publisher Name: MICROSOFT CORPORATION
Preparer Name: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (206) 882-8080
23. Dates/Times & Import Session tab don''t need to be changed
24. For the Bootable Disc tab check "Make Bootable Disc" and enter the following details:
Media Emulation Type: Custom Image
File Name: (Drive Letter):\win2kboot\boot.bin.
DEVELOPER Name: MICROSOFT CORPORATION
Load Segment: 07C0
Load Sector Count: 4
25. Click OK and then START. This will create the ISO in the directory (Drive Letter):\win2kiso with the filename win2ksp3cd.iso
26. Burn the ISO with FireBurner or any other CD Burning software that supports burning ISO''s. I use Nero, select "Burn Image" from the File menu and select the ISO and burn.
---------------------------------------------------------------------------Legal Disclaimer 作者: brianguo 时间: 2002-8-8 21:04 标题: WIN2000 SP3 完整包出来了!看来大家又要升级了! 现在大致翻译如下:
1 把安装光盘里的所有文件复制到硬盘的一个目录下,(如 D:\Win2kCD)并去掉文件的只读属性。
2 用WinRAR,WinZip等打开w2ksp3.exe把里面的文件解压到另一目录下(如:D:\SP3)
3 在开始菜单的运行命令里输入以下命令:D:\SP3\update\update\update.exe -sD:\win2kcd,这样SP3就和Win2000结合了.
4. 检查D:\win2kcd\ 确定存在以下文件:
autorun.inf
cdrom_ip.5 - Windows 2000 Professional
cdrom_is.5 - Windows 2000 Server
cdrom_ia.5 - Windows 2000 Advanced Server
cdrom_nt.5
cdromsp3.tst
read1st.txt
readme.doc
setup.exe
spnotes.htm
5 如果想跳过安装是的CDKEY效验,可以打开D:\Win2kCD\I386\setupp.ini文件,你会看见类似以下的内容:
ExtraData=6166656C736263737373B2574A0581 Pid=51873XXX
把他改成
ExtraData=6166656C736263737373B2574A0581 Pid=51873270
余下的就跟平时制作Win2000引导安装盘一样作者: cctrv 时间: 2002-8-9 01:34 标题: WIN2000 SP3 完整包出来了!看来大家又要升级了! 这么短?~作者: brianguo 时间: 2002-8-9 08:36 标题: WIN2000 SP3 完整包出来了!看来大家又要升级了! 它的关键的意思就是这么多。余下的就是叫你如何用CDRWin做Win2000启动光盘,这在无忧的主页上有,所以就不翻译了。作者: Climbing 时间: 2002-8-9 09:02 标题: WIN2000 SP3 完整包出来了!看来大家又要升级了! Good!