vs2005 sp1下载地址及安装提示

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 VS80sp1-KB926601-X86-
    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都慢很多!

 
posted @ 2007-03-20 22:43  leonardleonard  阅读(185)  评论(0编辑  收藏  举报