Установка Visual Studio 2005 Service Pack 1

Самой быстрой установки — 3.5 часа добился найдя следующее решение.

Это невозможно запомнить, это надо записать:

reg export HKLM\Software\Policies\Microsoft\Windows\Installer installer.reg
reg add HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /t REG_DWORD /d 0 /f
net stop msiserver
start /wait vs80sp1-kb926601-x86-enu.exe /qn
reg delete HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /f
reg import installer.reg
net stop msiserver
del /q installer.reg 2>nul

Tags: , ,

Смотрите также: