vs2005 sp1下载地址及安装提示

VS2005.NETSP1下载地址:
sp1英文版补丁431M
中文版补丁
sp1已经集成了VS2005WebApplicationProject

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

一些安装技巧:

  1. 禁用PatchCache。

    regexportHKLM\Software\Policies\Microsoft\Windows\Installerinstaller.reg
    regaddHKLM\Software\Policies\Microsoft\Windows\Installer
    /vMaxPatchCacheSize/tREG_DWORD/d0/f
    netstopmsiserver
    start
    /waitVS80sp1-KB926601-X86-ENU.exe
    regdeleteHKLM\Software\Policies\Microsoft\Windows\Installer
    /vMaxPatchCacheSize/f
    regimportinstaller.reg
    netstopmsiserver
    del
    /qinstaller.reg2>nul

    将上面的保存为InstallVS2005SP1.bat,再执行该文件以启动安装补丁,并可禁用缓存。
  2. 如果你不用到C++,请卸载掉,可以节省不少安装时间。机器性能不高的话,安装起码都2-3个小时!比新装VS2005都慢很多!

你可能感兴趣的:(C++,c,windows,Microsoft,F#)