VS2005.NET SP1下载地址:
sp1英文版补丁 431M 
中文版补丁
sp1已经集成了 VS 2005 Web Application Project

安装前,需先卸载以前安装的补丁!或重新安装VS2005!

一些安装技巧:

  1. 禁用Patch Cache。

    reg export HKLM\Software\Policies\Microsoft\Windows\Installer installer.reg
    reg add HKLM\Software\Policies\Microsoft\Windows\Installer 
    /v MaxPatchCacheSize /t REG_DWORD /0 /
    f
    net stop msiserver
    start 
    /wait VS80sp1KB926601X86
    ENU.exe
    reg delete HKLM\Software\Policies\Microsoft\Windows\Installer 
    /v MaxPatchCacheSize /
    f
    reg import installer.reg
    net stop msiserver
    del 
    /q installer.reg 2>
    nul

    将上面的保存为InstallVS2005SP1.bat,再执行该文件以启动安装补丁,并可禁用缓存。 

  2. 如果你不用到C++,请卸载掉,可以节省不少安装时间。机器性能不高的话,安装起码都2-3个小时!比新装VS2005都慢很多!

 

版权声明:本文为leonardleonard原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/leonardleonard/archive/2007/03/20/1928283.html