WindowsServer2003安裝VS2005SP1出錯的解決辦法

在Windows Server 2003 上安裝VS2005 SP1時,等待一段時間后,會報出如下錯誤:
C:\Windows\Installer\33b032.msp未通過數位簽章檢查。請參閱http://go.microsoft.com/fwlink/?linkid=73863
然后會提示下載一個HotFix包,這個包是:Windows Server2003-KB925336-X86-CHT.exe。
安裝這個包時,有報錯:
安裝程式無法確認檔案Update.inf的完整性,請確認這個電腦的密碼編譯服務目前執行中。
這個需要如下解決:
1、打開cmd
2、輸入:
net stop cryptsvc
ren %systemroot%\System32\Catroot2 oldcatroot2
net start cryptsvc
exit
退出后,重新安裝HotFix就可以裝上了。
重啟電腦,重新安裝SP1,這樣就可以安裝成功了。
原文地址:https://www.cnblogs.com/JasonLiao/p/1604836.html